#4EAAC9

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

Shades of Viking #4EAAC9

Tints of Viking #4EAAC9

Color information

#4EAAC9 (or 0x4EAAC9) is unknown color: approx Viking. HEX triplet: 4E, AA and C9. RGB value is (78,170,201). Sum of RGB (Red+Green+Blue) = 78+170+201=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #4EAAC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAAC9 is #B15536. Grayscale: #919191. Windows color (decimal): -11621687 or 13216334. OLE color: 13216334.

HSL color Cylindrical-coordinate representation of color #4EAAC9: hue angle of 195.12º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EAAC9 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78170201-
CMYK0.610.1500.21
HSL195.12º53.25%54.71%-
HSV(B)195.12º61.19%78.82%-
XYZ28.0634.5960.46-
YUV146.03159.0279.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.37%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=17.37%
G=37.86%
B=44.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781702010.610.1500.21195.1253.2554.71
Hex4EAAC93DF015c33537
Octal11625231175170253036567
Binary10011101010101011001001111101111101010111000011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,201); }

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

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

 a { background-color: rgb(78,170,201); }

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

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

 span { border-color: rgb(78,170,201); }

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