#4AABAC

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

Shades of Cadet Blue #4AABAC

Tints of Cadet Blue #4AABAC

Color information

#4AABAC (or 0x4AABAC) is unknown color: approx Cadet Blue. HEX triplet: 4A, AB and AC. RGB value is (74,171,172). Sum of RGB (Red+Green+Blue) = 74+171+172=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #4AABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AABAC is #B55453. Grayscale: #8E8E8E. Windows color (decimal): -11883604 or 11316042. OLE color: 11316042.

HSL color Cylindrical-coordinate representation of color #4AABAC: 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.57%. Process color model (Four color, CMYK) of #4AABAC is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74171172-
CMYK0.570.0100.33
HSL180.61º39.84%48.24%-
HSV(B)180.61º56.98%67.45%-
XYZ24.8333.5644.2-
YUV142.11144.8679.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.75%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=17.75%
G=41.01%
B=41.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741711720.570.0100.33180.6139.8448.24
Hex4AABAC391021b52830
Octal1122532547110412655060
Binary100101010101011101011001110011010000110110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AABAC; }

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

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

<style>
 a { background-color: #4AABAC; }

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

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

<style>
 span { border-color: #4AABAC; }

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

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