#49A59D

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

Shades of Cadet Blue #49A59D

Tints of Cadet Blue #49A59D

Color information

#49A59D (or 0x49A59D) is unknown color: approx Cadet Blue. HEX triplet: 49, A5 and 9D. RGB value is (73,165,157). Sum of RGB (Red+Green+Blue) = 73+165+157=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #49A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A59D is #B65A62. Grayscale: #888888. Windows color (decimal): -11950691 or 10331465. OLE color: 10331465.

HSL color Cylindrical-coordinate representation of color #49A59D: hue angle of 174.78º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A59D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB73165157-
CMYK0.5600.050.35
HSL174.78º38.66%46.67%-
HSV(B)174.78º55.76%64.71%-
XYZ22.2930.7636.66-
YUV136.58139.5282.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=18.48%
G=41.77%
B=39.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651570.5600.050.35174.7838.6646.67
Hex49A59D380523af272f
Octal1112452357005432574757
Binary10010011010010110011101111000010110001110101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,157); }

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

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

 a { background-color: rgb(73,165,157); }

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

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

 span { border-color: rgb(73,165,157); }

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