#4CA699

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

Shades of Cadet Blue #4CA699

Tints of Cadet Blue #4CA699

Color information

#4CA699 (or 0x4CA699) is unknown color: approx Cadet Blue. HEX triplet: 4C, A6 and 99. RGB value is (76,166,153). Sum of RGB (Red+Green+Blue) = 76+166+153=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA699 is #B35966. Grayscale: #898989. Windows color (decimal): -11753831 or 10069580. OLE color: 10069580.

HSL color Cylindrical-coordinate representation of color #4CA699: hue angle of 171.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA699 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB76166153-
CMYK0.5400.080.35
HSL171.33º37.19%47.45%-
HSV(B)171.33º54.22%65.1%-
XYZ22.3731.1134.96-
YUV137.61136.6884.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=19.24%
G=42.03%
B=38.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761661530.5400.080.35171.3337.1947.45
Hex4CA699360823ab252f
Octal11424623166010432534557
Binary100110010100110100110011101100100010001110101011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,166,153); }

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

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

 a { background-color: rgb(76,166,153); }

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

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

 span { border-color: rgb(76,166,153); }

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