Html Css Color HEX #4EA499 Cadet Blue

📋 copy color: '#4EA499'

red 78 ◦ green 164 ◦ blue 153

#4EA499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #4EA499

Tints of Cadet Blue #4EA499

RGB

 RED value IS 78 (30.86% from 255) = 19.75%

 GREEN value IS 164 (64.45% from 255) = 41.52%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 19.75%
G = 41.52%
B = 38.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#4EA499 (or 0x4EA499) is known color: Cadet Blue. HEX triplet: 4E, A4 and 99. RGB value is (78,164,153). Sum of RGB (Red+Green+Blue) = 78+164+153=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA499 is #B15B66. Grayscale: #888888. Windows color (decimal): -11623271 or 10069070. OLE color: 10069070.

HSL color Cylindrical-coordinate representation of color #4EA499: hue angle of 172.33º 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 #4EA499 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 164 153 -
CMYK 0.52 0 0.07 0.36
HSL 172.33º 0.36% 0.47% -
HSV(B) 172.33º 0.52% 0.64% -
XYZ 22.17 30.47 34.85 -
YUV 137.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 78 164 153 0.52 0 0.07 0.36 172.33 0.36 0.47
Hex 4E A4 99 34 0 7 24 AC 24 2F
Octal 116 244 231 64 0 7 44 254 44 57
Binary 1001110 10100100 10011001 110100 0 111 100100 10101100 100100 101111

Color Harmonies of #4EA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA499

Black with #4EA499

Text Example


Text Example

White with #4EA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA499;
 }
 .AnyTagClassName
 {
   color: #4EA499;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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