#465471

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

Shades of Astronaut #465471

Tints of Astronaut #465471

Color information

#465471 (or 0x465471) is unknown color: approx Astronaut. HEX triplet: 46, 54 and 71. RGB value is (70,84,113). Sum of RGB (Red+Green+Blue) = 70+84+113=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #465471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465471 is #B9AB8E. Grayscale: #525252. Windows color (decimal): -12168079 or 7427142. OLE color: 7427142.

HSL color Cylindrical-coordinate representation of color #465471: hue angle of 220.47º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465471 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7084113-
CMYK0.380.2600.56
HSL220.47º23.5%35.88%-
HSV(B)220.47º38.05%44.31%-
XYZ8.688.8316.87-
YUV83.12144.86118.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=26.22%
G=31.46%
B=42.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70841130.380.2600.56220.4723.535.88
Hex465471261A038dc1724
Octal10612416146320703342744
Binary1000110101010011100011001101101001110001101110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465471; }

 p { color: rgb(70,84,113); }

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

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

 a { background-color: rgb(70,84,113); }

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

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

 span { border-color: rgb(70,84,113); }

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