#4CA1A2

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

Shades of Cadet Blue #4CA1A2

Tints of Cadet Blue #4CA1A2

Color information

#4CA1A2 (or 0x4CA1A2) is unknown color: approx Cadet Blue. HEX triplet: 4C, A1 and A2. RGB value is (76,161,162). Sum of RGB (Red+Green+Blue) = 76+161+162=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #4CA1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA1A2 is #B35E5D. Grayscale: #878787. Windows color (decimal): -11755102 or 10658124. OLE color: 10658124.

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

Color convert

RGB76161162-
CMYK0.530.0100.36
HSL180.7º36.13%46.67%-
HSV(B)180.7º53.09%63.53%-
XYZ22.2529.6338.73-
YUV135.7142.8485.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=19.05%
G=40.35%
B=40.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761611620.530.0100.36180.736.1346.67
Hex4CA1A2351024b5242f
Octal1142412426510442654457
Binary100110010100001101000101101011010010010110101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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