#49A4AC

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

Shades of Cadet Blue #49A4AC

Tints of Cadet Blue #49A4AC

Color information

#49A4AC (or 0x49A4AC) is unknown color: approx Cadet Blue. HEX triplet: 49, A4 and AC. RGB value is (73,164,172). Sum of RGB (Red+Green+Blue) = 73+164+172=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A4AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A4AC is #B65B53. Grayscale: #898989. Windows color (decimal): -11950932 or 11314249. OLE color: 11314249.

HSL color Cylindrical-coordinate representation of color #49A4AC: hue angle of 184.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A4AC is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73164172-
CMYK0.580.0500.33
HSL184.85º40.41%48.04%-
HSV(B)184.85º57.56%67.45%-
XYZ23.4730.9543.77-
YUV137.7147.3581.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=17.85%
G=40.10%
B=42.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731641720.580.0500.33184.8540.4148.04
Hex49A4AC3A5021b92830
Octal1112442547250412715060
Binary10010011010010010101100111010101010000110111001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,172); }

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

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

 a { background-color: rgb(73,164,172); }

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

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

 span { border-color: rgb(73,164,172); }

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