#46527F

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

Shades of Astronaut #46527F

Tints of Astronaut #46527F

Color information

#46527F (or 0x46527F) is unknown color: approx Astronaut. HEX triplet: 46, 52 and 7F. RGB value is (70,82,127). Sum of RGB (Red+Green+Blue) = 70+82+127=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #46527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46527F is #B9AD80. Grayscale: #535353. Windows color (decimal): -12168577 or 8344134. OLE color: 8344134.

HSL color Cylindrical-coordinate representation of color #46527F: hue angle of 227.37º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46527F is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7082127-
CMYK0.450.3500.50
HSL227.37º28.93%38.63%-
HSV(B)227.37º44.88%49.8%-
XYZ9.378.8721.3-
YUV83.54152.52118.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 127 (50% from 255) = 45.52%
R=25.09%
G=29.39%
B=45.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70821270.450.3500.50227.3728.9338.63
Hex46527F2D23032e31d27
Octal10612217755430623433547
Binary10001101010010111111110110110001101100101110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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