#49A69E

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

Shades of Cadet Blue #49A69E

Tints of Cadet Blue #49A69E

Color information

#49A69E (or 0x49A69E) is unknown color: approx Cadet Blue. HEX triplet: 49, A6 and 9E. RGB value is (73,166,158). Sum of RGB (Red+Green+Blue) = 73+166+158=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #49A69E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A69E is #B65961. Grayscale: #898989. Windows color (decimal): -11950434 or 10397257. OLE color: 10397257.

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

Color convert

RGB73166158-
CMYK0.5600.050.35
HSL174.84º38.91%46.86%-
HSV(B)174.84º56.02%65.1%-
XYZ22.5631.1637.17-
YUV137.28139.6982.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 166 (65.23% from 255) = 41.81%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=18.39%
G=41.81%
B=39.80%

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
Decimal731661580.5600.050.35174.8438.9146.86
Hex49A69E380523af272f
Octal1112462367005432574757
Binary10010011010011010011110111000010110001110101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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