#49A6AC

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

Shades of Cadet Blue #49A6AC

Tints of Cadet Blue #49A6AC

Color information

#49A6AC (or 0x49A6AC) is unknown color: approx Cadet Blue. HEX triplet: 49, A6 and AC. RGB value is (73,166,172). Sum of RGB (Red+Green+Blue) = 73+166+172=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #49A6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A6AC is #B65953. Grayscale: #8A8A8A. Windows color (decimal): -11950420 or 11314761. OLE color: 11314761.

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

Color convert

RGB73166172-
CMYK0.580.0300.33
HSL183.64º40.41%48.04%-
HSV(B)183.64º57.56%67.45%-
XYZ23.8331.6743.89-
YUV138.88146.6981.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=17.76%
G=40.39%
B=41.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731661720.580.0300.33183.6440.4148.04
Hex49A6AC3A3021b82830
Octal1112462547230412705060
Binary1001001101001101010110011101011010000110111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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