#46A3AA

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

Shades of Cadet Blue #46A3AA

Tints of Cadet Blue #46A3AA

Color information

#46A3AA (or 0x46A3AA) is unknown color: approx Cadet Blue. HEX triplet: 46, A3 and AA. RGB value is (70,163,170). Sum of RGB (Red+Green+Blue) = 70+163+170=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #46A3AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A3AA is #B95C55. Grayscale: #878787. Windows color (decimal): -12147798 or 11182918. OLE color: 11182918.

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

Color convert

RGB70163170-
CMYK0.590.0400.33
HSL184.2º41.67%47.06%-
HSV(B)184.2º58.82%66.67%-
XYZ22.8830.442.69-
YUV135.99147.1980.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.37%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=17.37%
G=40.45%
B=42.18%

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
Decimal701631700.590.0400.33184.241.6747.06
Hex46A3AA3B4021b82a2f
Octal1062432527340412705257
Binary10001101010001110101010111011100010000110111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,163,170); }

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

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

 a { background-color: rgb(70,163,170); }

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

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

 span { border-color: rgb(70,163,170); }

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