#46a4aa

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

Shades of Cadet Blue #46A4AA

Tints of Cadet Blue #46A4AA

Color information

#46A4AA (or 0x46A4AA) is unknown color: approx Cadet Blue. HEX triplet: 46, A4 and AA. RGB value is (70,164,170). Sum of RGB (Red+Green+Blue) = 70+164+170=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #46A4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A4AA is #B95B55. Grayscale: #888888. Windows color (decimal): -12147542 or 11183174. OLE color: 11183174.

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

Color convert

RGB70164170-
CMYK0.590.0400.33
HSL183.6º41.67%47.06%-
HSV(B)183.6º58.82%66.67%-
XYZ23.0630.7642.75-
YUV136.58146.8680.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.33%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=17.33%
G=40.59%
B=42.08%

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
Decimal701641700.590.0400.33183.641.6747.06
Hex46A4AA3B4021b82a2f
Octal1062442527340412705257
Binary10001101010010010101010111011100010000110111000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46a4aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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