#49A9AE

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

Shades of Cadet Blue #49A9AE

Tints of Cadet Blue #49A9AE

Color information

#49A9AE (or 0x49A9AE) is unknown color: approx Cadet Blue. HEX triplet: 49, A9 and AE. RGB value is (73,169,174). Sum of RGB (Red+Green+Blue) = 73+169+174=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #49A9AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A9AE is #B65651. Grayscale: #8C8C8C. Windows color (decimal): -11949650 or 11446601. OLE color: 11446601.

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

Color convert

RGB73169174-
CMYK0.580.0300.32
HSL182.97º40.89%48.43%-
HSV(B)182.97º58.05%68.24%-
XYZ24.5832.8545.09-
YUV140.87146.779.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=17.55%
G=40.62%
B=41.83%

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
Decimal731691740.580.0300.32182.9740.8948.43
Hex49A9AE3A3020b72930
Octal1112512567230402675160
Binary1001001101010011010111011101011010000010110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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