#4EAFB6

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

Shades of Viking #4EAFB6

Tints of Viking #4EAFB6

Color information

#4EAFB6 (or 0x4EAFB6) is unknown color: approx Viking. HEX triplet: 4E, AF and B6. RGB value is (78,175,182). Sum of RGB (Red+Green+Blue) = 78+175+182=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #4EAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFB6 is #B15049. Grayscale: #929292. Windows color (decimal): -11620426 or 11972430. OLE color: 11972430.

HSL color Cylindrical-coordinate representation of color #4EAFB6: hue angle of 184.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EAFB6 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB78175182-
CMYK0.570.0400.29
HSL184.04º41.6%50.98%-
HSV(B)184.04º57.14%71.37%-
XYZ26.9235.6649.72-
YUV146.79147.8678.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.93%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=17.93%
G=40.23%
B=41.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781751820.570.0400.29184.0441.650.98
Hex4EAFB639401Db82a33
Octal1162572667140352705263
Binary1001110101011111011011011100110001110110111000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,182); }

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

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

 a { background-color: rgb(78,175,182); }

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

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

 span { border-color: rgb(78,175,182); }

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