#46537C

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

Shades of Astronaut #46537C

Tints of Astronaut #46537C

Color information

#46537C (or 0x46537C) is unknown color: approx Astronaut. HEX triplet: 46, 53 and 7C. RGB value is (70,83,124). Sum of RGB (Red+Green+Blue) = 70+83+124=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #46537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46537C is #B9AC83. Grayscale: #535353. Windows color (decimal): -12168324 or 8147782. OLE color: 8147782.

HSL color Cylindrical-coordinate representation of color #46537C: hue angle of 225.56º 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 #46537C is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7083124-
CMYK0.440.3300.51
HSL225.56º27.84%38.04%-
HSV(B)225.56º43.55%48.63%-
XYZ9.268.9420.31-
YUV83.79150.69118.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=25.27%
G=29.96%
B=44.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70831240.440.3300.51225.5627.8438.04
Hex46537C2C21033e21c26
Octal10612317454410633423446
Binary10001101010011111110010110010000101100111110001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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