#49A7AD

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

Shades of Cadet Blue #49A7AD

Tints of Cadet Blue #49A7AD

Color information

#49A7AD (or 0x49A7AD) is unknown color: approx Cadet Blue. HEX triplet: 49, A7 and AD. RGB value is (73,167,173). Sum of RGB (Red+Green+Blue) = 73+167+173=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #49A7AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A7AD is #B65852. Grayscale: #8B8B8B. Windows color (decimal): -11950163 or 11380553. OLE color: 11380553.

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

Color convert

RGB73167173-
CMYK0.580.0300.32
HSL183.6º40.65%48.24%-
HSV(B)183.6º57.8%67.84%-
XYZ24.1132.0744.45-
YUV139.58146.8680.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=17.68%
G=40.44%
B=41.89%

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
Decimal731671730.580.0300.32183.640.6548.24
Hex49A7AD3A3020b82930
Octal1112472557230402705160
Binary1001001101001111010110111101011010000010111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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