#46517C

Color #46517C Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #46517C

Tints of Astronaut #46517C

Color information

#46517C (or 0x46517C) is unknown color: approx Astronaut. HEX triplet: 46, 51 and 7C. RGB value is (70,81,124). Sum of RGB (Red+Green+Blue) = 70+81+124=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #46517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46517C is #B9AE83. Grayscale: #525252. Windows color (decimal): -12168836 or 8147270. OLE color: 8147270.

HSL color Cylindrical-coordinate representation of color #46517C: hue angle of 227.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46517C is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7081124-
CMYK0.440.3500.51
HSL227.78º27.84%38.04%-
HSV(B)227.78º43.55%48.63%-
XYZ9.118.6420.26-
YUV82.61151.36119-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=25.45%
G=29.45%
B=45.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70811240.440.3500.51227.7827.8438.04
Hex46517C2C23033e41c26
Octal10612117454430633443446
Binary10001101010001111110010110010001101100111110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46517C; }

 p { color: rgb(70,81,124); }

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

<style>
 a { background-color: #46517C; }

 a { background-color: rgb(70,81,124); }

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

<style>
 span { border-color: #46517C; }

 span { border-color: rgb(70,81,124); }

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