#46a7a9

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

Shades of Cadet Blue #46A7A9

Tints of Cadet Blue #46A7A9

Color information

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

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

Color convert

RGB70167169-
CMYK0.590.0100.34
HSL181.21º41.42%46.86%-
HSV(B)181.21º58.58%66.27%-
XYZ23.5131.842.44-
YUV138.22145.3679.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal701671690.590.0100.34181.2141.4246.86
Hex46A7A93B1022b5292f
Octal1062472517310422655157
Binary100011010100111101010011110111010001010110101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46a7a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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