#49A5AC

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

Shades of Cadet Blue #49A5AC

Tints of Cadet Blue #49A5AC

Color information

#49A5AC (or 0x49A5AC) is unknown color: approx Cadet Blue. HEX triplet: 49, A5 and AC. RGB value is (73,165,172). Sum of RGB (Red+Green+Blue) = 73+165+172=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A5AC is #B65A53. Grayscale: #8A8A8A. Windows color (decimal): -11950676 or 11314505. OLE color: 11314505.

HSL color Cylindrical-coordinate representation of color #49A5AC: hue angle of 184.24º 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 #49A5AC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73165172-
CMYK0.580.0400.33
HSL184.24º40.41%48.04%-
HSV(B)184.24º57.56%67.45%-
XYZ23.6531.3143.83-
YUV138.29147.0281.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.80%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=17.80%
G=40.24%
B=41.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731651720.580.0400.33184.2440.4148.04
Hex49A5AC3A4021b82830
Octal1112452547240412705060
Binary10010011010010110101100111010100010000110111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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