#46A4AB

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

Shades of Cadet Blue #46A4AB

Tints of Cadet Blue #46A4AB

Color information

#46A4AB (or 0x46A4AB) is unknown color: approx Cadet Blue. HEX triplet: 46, A4 and AB. RGB value is (70,164,171). Sum of RGB (Red+Green+Blue) = 70+164+171=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A4AB is #B95B54. Grayscale: #888888. Windows color (decimal): -12147541 or 11248710. OLE color: 11248710.

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

Color convert

RGB70164171-
CMYK0.590.0400.33
HSL184.16º41.91%47.25%-
HSV(B)184.16º59.06%67.06%-
XYZ23.1530.7943.25-
YUV136.69147.3680.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=17.28%
G=40.49%
B=42.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701641710.590.0400.33184.1641.9147.25
Hex46A4AB3B4021b82a2f
Octal1062442537340412705257
Binary10001101010010010101011111011100010000110111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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