#4EAAB9

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

Shades of Viking #4EAAB9

Tints of Viking #4EAAB9

Color information

#4EAAB9 (or 0x4EAAB9) is unknown color: approx Viking. HEX triplet: 4E, AA and B9. RGB value is (78,170,185). Sum of RGB (Red+Green+Blue) = 78+170+185=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #4EAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAAB9 is #B15546. Grayscale: #909090. Windows color (decimal): -11621703 or 12167758. OLE color: 12167758.

HSL color Cylindrical-coordinate representation of color #4EAAB9: hue angle of 188.41º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EAAB9 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78170185-
CMYK0.580.0800.27
HSL188.41º43.32%51.57%-
HSV(B)188.41º57.84%72.55%-
XYZ26.2733.8751.05-
YUV144.2151.0280.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=18.01%
G=39.26%
B=42.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781701850.580.0800.27188.4143.3251.57
Hex4EAAB93A801Bbc2b34
Octal11625227172100332745364
Binary10011101010101010111001111010100001101110111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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