#49A9AB

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

Shades of Cadet Blue #49A9AB

Tints of Cadet Blue #49A9AB

Color information

#49A9AB (or 0x49A9AB) is unknown color: approx Cadet Blue. HEX triplet: 49, A9 and AB. RGB value is (73,169,171). Sum of RGB (Red+Green+Blue) = 73+169+171=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #49A9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A9AB is #B65654. Grayscale: #8C8C8C. Windows color (decimal): -11949653 or 11249993. OLE color: 11249993.

HSL color Cylindrical-coordinate representation of color #49A9AB: hue angle of 181.22º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A9AB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73169171-
CMYK0.570.0100.33
HSL181.22º40.16%47.84%-
HSV(B)181.22º57.31%67.06%-
XYZ24.2932.7343.57-
YUV140.52145.279.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 169 (66.41% from 255) = 40.92%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=17.68%
G=40.92%
B=41.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731691710.570.0100.33181.2240.1647.84
Hex49A9AB391021b52830
Octal1112512537110412655060
Binary100100110101001101010111110011010000110110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A9AB; }

 p { color: rgb(73,169,171); }

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

<style>
 a { background-color: #49A9AB; }

 a { background-color: rgb(73,169,171); }

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

<style>
 span { border-color: #49A9AB; }

 span { border-color: rgb(73,169,171); }

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