#4E9EA4

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

Shades of Cadet Blue #4E9EA4

Tints of Cadet Blue #4E9EA4

Color information

#4E9EA4 (or 0x4E9EA4) is unknown color: approx Cadet Blue. HEX triplet: 4E, 9E and A4. RGB value is (78,158,164). Sum of RGB (Red+Green+Blue) = 78+158+164=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E9EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9EA4 is #B1615B. Grayscale: #868686. Windows color (decimal): -11624796 or 10788430. OLE color: 10788430.

HSL color Cylindrical-coordinate representation of color #4E9EA4: hue angle of 184.19º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E9EA4 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB78158164-
CMYK0.520.0400.36
HSL184.19º35.54%47.45%-
HSV(B)184.19º52.44%64.31%-
XYZ22.0728.7539.51-
YUV134.76144.587.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.5%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 164 (64.45% from 255) = 41%
R=19.5%
G=39.5%
B=41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781581640.520.0400.36184.1935.5447.45
Hex4E9EA4344024b8242f
Octal1162362446440442704457
Binary10011101001111010100100110100100010010010111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,158,164); }

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

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

 a { background-color: rgb(78,158,164); }

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

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

 span { border-color: rgb(78,158,164); }

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