#49ABAC

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

Shades of Cadet Blue #49ABAC

Tints of Cadet Blue #49ABAC

Color information

#49ABAC (or 0x49ABAC) is unknown color: approx Cadet Blue. HEX triplet: 49, AB and AC. RGB value is (73,171,172). Sum of RGB (Red+Green+Blue) = 73+171+172=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #49ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ABAC is #B65453. Grayscale: #8D8D8D. Windows color (decimal): -11949140 or 11316041. OLE color: 11316041.

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

Color convert

RGB73171172-
CMYK0.580.0100.33
HSL180.61º40.41%48.04%-
HSV(B)180.61º57.56%67.45%-
XYZ24.7633.5244.2-
YUV141.81145.0378.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=17.55%
G=41.11%
B=41.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731711720.580.0100.33180.6140.4148.04
Hex49ABAC3A1021b52830
Octal1112532547210412655060
Binary100100110101011101011001110101010000110110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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