#46A9A7

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

Shades of Cadet Blue #46A9A7

Tints of Cadet Blue #46A9A7

Color information

#46A9A7 (or 0x46A9A7) is unknown color: approx Cadet Blue. HEX triplet: 46, A9 and A7. RGB value is (70,169,167). Sum of RGB (Red+Green+Blue) = 70+169+167=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #46A9A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A9A7 is #B95658. Grayscale: #8B8B8B. Windows color (decimal): -12146265 or 10987846. OLE color: 10987846.

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

Color convert

RGB70169167-
CMYK0.5900.010.34
HSL178.79º41.42%46.86%-
HSV(B)178.79º58.58%66.27%-
XYZ23.6932.4741.58-
YUV139.17143.778.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.24%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=17.24%
G=41.63%
B=41.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701691670.5900.010.34178.7941.4246.86
Hex46A9A73B0122b3292f
Octal1062512477301422635157
Binary100011010101001101001111110110110001010110011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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