#49A8AD

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

Shades of Cadet Blue #49A8AD

Tints of Cadet Blue #49A8AD

Color information

#49A8AD (or 0x49A8AD) is unknown color: approx Cadet Blue. HEX triplet: 49, A8 and AD. RGB value is (73,168,173). Sum of RGB (Red+Green+Blue) = 73+168+173=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #49A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AD is #B65752. Grayscale: #8C8C8C. Windows color (decimal): -11949907 or 11380809. OLE color: 11380809.

HSL color Cylindrical-coordinate representation of color #49A8AD: hue angle of 183º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A8AD is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73168173-
CMYK0.580.0300.32
HSL183º40.65%48.24%-
HSV(B)183º57.8%67.84%-
XYZ24.2932.4444.52-
YUV140.16146.5380.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.63%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=17.63%
G=40.58%
B=41.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731681730.580.0300.3218340.6548.24
Hex49A8AD3A3020b72930
Octal1112502557230402675160
Binary1001001101010001010110111101011010000010110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,168,173); }

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

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

 a { background-color: rgb(73,168,173); }

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

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

 span { border-color: rgb(73,168,173); }

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