#4DB3BE

Color #4DB3BE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4DB3BE

Tints of Viking #4DB3BE

Color information

#4DB3BE (or 0x4DB3BE) is unknown color: approx Viking. HEX triplet: 4D, B3 and BE. RGB value is (77,179,190). Sum of RGB (Red+Green+Blue) = 77+179+190=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DB3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3BE is #B24C41. Grayscale: #959595. Windows color (decimal): -11684930 or 12497741. OLE color: 12497741.

HSL color Cylindrical-coordinate representation of color #4DB3BE: hue angle of 185.84º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB3BE is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77179190-
CMYK0.590.0600.25
HSL185.84º46.5%52.35%-
HSV(B)185.84º59.47%74.51%-
XYZ28.4737.5454.46-
YUV149.76150.7176.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 17.26%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=17.26%
G=40.13%
B=42.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771791900.590.0600.25185.8446.552.35
Hex4DB3BE3B6019ba2f34
Octal1152632767360312725764
Binary1001101101100111011111011101111001100110111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DB3BE; }

 p { color: rgb(77,179,190); }

 H1.HeaderClassName
 {
   color: #4DB3BE;
 }
 .AnyTagClassName
 {
   color: #4DB3BE;
 }
</style>
background-color css

<style>
 a { background-color: #4DB3BE; }

 a { background-color: rgb(77,179,190); }

 div.DivClassName
 {
   background-color: #4DB3BE;
 }
 .BgClassName
 {
   background-color: #4DB3BE;
 }
</style>
border-color css

<style>
 span { border-color: #4DB3BE; }

 span { border-color: rgb(77,179,190); }

 td.TdClassName
 {
   border-color: #4DB3BE;
 }
 .TagClassName
 {
   border-color: #4DB3BE;
 }
</style>