#46A6AB

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

Shades of Cadet Blue #46A6AB

Tints of Cadet Blue #46A6AB

Color information

#46A6AB (or 0x46A6AB) is unknown color: approx Cadet Blue. HEX triplet: 46, A6 and AB. RGB value is (70,166,171). Sum of RGB (Red+Green+Blue) = 70+166+171=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A6AB is #B95954. Grayscale: #898989. Windows color (decimal): -12147029 or 11249222. OLE color: 11249222.

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

Color convert

RGB70166171-
CMYK0.590.0300.33
HSL182.97º41.91%47.25%-
HSV(B)182.97º59.06%67.06%-
XYZ23.5131.5143.37-
YUV137.87146.779.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.20%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=17.20%
G=40.79%
B=42.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701661710.590.0300.33182.9741.9147.25
Hex46A6AB3B3021b72a2f
Octal1062462537330412675257
Binary1000110101001101010101111101111010000110110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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