#46527B

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

Shades of Astronaut #46527B

Tints of Astronaut #46527B

Color information

#46527B (or 0x46527B) is unknown color: approx Astronaut. HEX triplet: 46, 52 and 7B. RGB value is (70,82,123). Sum of RGB (Red+Green+Blue) = 70+82+123=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #46527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46527B is #B9AD84. Grayscale: #525252. Windows color (decimal): -12168581 or 8081990. OLE color: 8081990.

HSL color Cylindrical-coordinate representation of color #46527B: hue angle of 226.42º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46527B is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7082123-
CMYK0.430.3300.52
HSL226.42º27.46%37.84%-
HSV(B)226.42º43.09%48.24%-
XYZ9.128.7719.95-
YUV83.09150.52118.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=25.45%
G=29.82%
B=44.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70821230.430.3300.52226.4227.4637.84
Hex46527B2B21034e21b26
Octal10612217353410643423346
Binary10001101010010111101110101110000101101001110001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46527B; }

 p { color: rgb(70,82,123); }

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

<style>
 a { background-color: #46527B; }

 a { background-color: rgb(70,82,123); }

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

<style>
 span { border-color: #46527B; }

 span { border-color: rgb(70,82,123); }

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