#49A69D

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

Shades of Cadet Blue #49A69D

Tints of Cadet Blue #49A69D

Color information

#49A69D (or 0x49A69D) is unknown color: approx Cadet Blue. HEX triplet: 49, A6 and 9D. RGB value is (73,166,157). Sum of RGB (Red+Green+Blue) = 73+166+157=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #49A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A69D is #B65962. Grayscale: #898989. Windows color (decimal): -11950435 or 10331721. OLE color: 10331721.

HSL color Cylindrical-coordinate representation of color #49A69D: hue angle of 174.19º 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 #49A69D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB73166157-
CMYK0.5600.050.35
HSL174.19º38.91%46.86%-
HSV(B)174.19º56.02%65.1%-
XYZ22.4731.1236.72-
YUV137.17139.1982.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=18.43%
G=41.92%
B=39.65%

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
Decimal731661570.5600.050.35174.1938.9146.86
Hex49A69D380523ae272f
Octal1112462357005432564757
Binary10010011010011010011101111000010110001110101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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