#4CA2AE

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

Shades of Cadet Blue #4CA2AE

Tints of Cadet Blue #4CA2AE

Color information

#4CA2AE (or 0x4CA2AE) is unknown color: approx Cadet Blue. HEX triplet: 4C, A2 and AE. RGB value is (76,162,174). Sum of RGB (Red+Green+Blue) = 76+162+174=412 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.45% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #4CA2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA2AE is #B35D51. Grayscale: #898989. Windows color (decimal): -11754834 or 11444812. OLE color: 11444812.

HSL color Cylindrical-coordinate representation of color #4CA2AE: hue angle of 187.35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA2AE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76162174-
CMYK0.560.0700.32
HSL187.35º39.2%49.02%-
HSV(B)187.35º56.32%68.24%-
XYZ23.5430.4344.68-
YUV137.65148.5184.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.45%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=18.45%
G=39.32%
B=42.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761621740.560.0700.32187.3539.249.02
Hex4CA2AE387020bb2731
Octal1142422567070402734761
Binary10011001010001010101110111000111010000010111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,174); }

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

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

 a { background-color: rgb(76,162,174); }

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

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

 span { border-color: rgb(76,162,174); }

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