#49A69C

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

Shades of Cadet Blue #49A69C

Tints of Cadet Blue #49A69C

Color information

#49A69C (or 0x49A69C) is unknown color: approx Cadet Blue. HEX triplet: 49, A6 and 9C. RGB value is (73,166,156). Sum of RGB (Red+Green+Blue) = 73+166+156=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #49A69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A69C is #B65963. Grayscale: #898989. Windows color (decimal): -11950436 or 10266185. OLE color: 10266185.

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

Color convert

RGB73166156-
CMYK0.5600.060.35
HSL173.55º38.91%46.86%-
HSV(B)173.55º56.02%65.1%-
XYZ22.3831.0936.27-
YUV137.05138.6982.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=18.48%
G=42.03%
B=39.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731661560.5600.060.35173.5538.9146.86
Hex49A69C380623ae272f
Octal1112462347006432564757
Binary10010011010011010011100111000011010001110101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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