#49A29B

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

Shades of Cadet Blue #49A29B

Tints of Cadet Blue #49A29B

Color information

#49A29B (or 0x49A29B) is unknown color: approx Cadet Blue. HEX triplet: 49, A2 and 9B. RGB value is (73,162,155). Sum of RGB (Red+Green+Blue) = 73+162+155=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #49A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A29B is #B65D64. Grayscale: #868686. Windows color (decimal): -11951461 or 10199625. OLE color: 10199625.

HSL color Cylindrical-coordinate representation of color #49A29B: hue angle of 175.28º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A29B is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB73162155-
CMYK0.5500.040.36
HSL175.28º37.87%46.08%-
HSV(B)175.28º54.94%63.53%-
XYZ21.5829.6235.59-
YUV134.59139.5184.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=18.72%
G=41.54%
B=39.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731621550.5500.040.36175.2837.8746.08
Hex49A29B370424af262e
Octal1112422336704442574656
Binary10010011010001010011011110111010010010010101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,155); }

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

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

 a { background-color: rgb(73,162,155); }

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

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

 span { border-color: rgb(73,162,155); }

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