#4CA49A

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

Shades of Cadet Blue #4CA49A

Tints of Cadet Blue #4CA49A

Color information

#4CA49A (or 0x4CA49A) is unknown color: approx Cadet Blue. HEX triplet: 4C, A4 and 9A. RGB value is (76,164,154). Sum of RGB (Red+Green+Blue) = 76+164+154=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA49A is #B35B65. Grayscale: #888888. Windows color (decimal): -11754342 or 10134604. OLE color: 10134604.

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

Color convert

RGB76164154-
CMYK0.5400.060.36
HSL173.18º36.67%47.06%-
HSV(B)173.18º53.66%64.31%-
XYZ22.0930.4235.28-
YUV136.55137.8584.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=19.29%
G=41.62%
B=39.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641540.5400.060.36173.1836.6747.06
Hex4CA49A360624ad252f
Octal1142442326606442554557
Binary10011001010010010011010110110011010010010101101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,164,154); }

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

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

 a { background-color: rgb(76,164,154); }

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

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

 span { border-color: rgb(76,164,154); }

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