#46A9AB

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

Shades of Cadet Blue #46A9AB

Tints of Cadet Blue #46A9AB

Color information

#46A9AB (or 0x46A9AB) is unknown color: approx Cadet Blue. HEX triplet: 46, A9 and AB. RGB value is (70,169,171). Sum of RGB (Red+Green+Blue) = 70+169+171=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A9AB is #B95654. Grayscale: #8B8B8B. Windows color (decimal): -12146261 or 11249990. OLE color: 11249990.

HSL color Cylindrical-coordinate representation of color #46A9AB: hue angle of 181.19º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A9AB is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70169171-
CMYK0.590.0100.33
HSL181.19º41.91%47.25%-
HSV(B)181.19º59.06%67.06%-
XYZ24.0632.6243.56-
YUV139.63145.778.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.07%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=17.07%
G=41.22%
B=41.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701691710.590.0100.33181.1941.9147.25
Hex46A9AB3B1021b52a2f
Octal1062512537310412655257
Binary100011010101001101010111110111010000110110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A9AB; }

 p { color: rgb(70,169,171); }

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

<style>
 a { background-color: #46A9AB; }

 a { background-color: rgb(70,169,171); }

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

<style>
 span { border-color: #46A9AB; }

 span { border-color: rgb(70,169,171); }

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