#49AAAD

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

Shades of Cadet Blue #49AAAD

Tints of Cadet Blue #49AAAD

Color information

#49AAAD (or 0x49AAAD) is unknown color: approx Cadet Blue. HEX triplet: 49, AA and AD. RGB value is (73,170,173). Sum of RGB (Red+Green+Blue) = 73+170+173=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #49AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAD is #B65552. Grayscale: #8D8D8D. Windows color (decimal): -11949395 or 11381321. OLE color: 11381321.

HSL color Cylindrical-coordinate representation of color #49AAAD: hue angle of 181.8º 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 #49AAAD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73170173-
CMYK0.580.0200.32
HSL181.8º40.65%48.24%-
HSV(B)181.8º57.8%67.84%-
XYZ24.6733.1844.64-
YUV141.34145.8679.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=17.55%
G=40.87%
B=41.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731701730.580.0200.32181.840.6548.24
Hex49AAAD3A2020b62930
Octal1112522557220402665160
Binary1001001101010101010110111101010010000010110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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