#465171

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

Shades of Astronaut #465171

Tints of Astronaut #465171

Color information

#465171 (or 0x465171) is unknown color: approx Astronaut. HEX triplet: 46, 51 and 71. RGB value is (70,81,113). Sum of RGB (Red+Green+Blue) = 70+81+113=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #465171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465171 is #B9AE8E. Grayscale: #515151. Windows color (decimal): -12168847 or 7426374. OLE color: 7426374.

HSL color Cylindrical-coordinate representation of color #465171: hue angle of 224.65º 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 #465171 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7081113-
CMYK0.380.2800.56
HSL224.65º23.5%35.88%-
HSV(B)224.65º38.05%44.31%-
XYZ8.458.3816.79-
YUV81.36145.86119.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=26.52%
G=30.68%
B=42.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70811130.380.2800.56224.6523.535.88
Hex465171261C038e11724
Octal10612116146340703412744
Binary1000110101000111100011001101110001110001110000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465171; }

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

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

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

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

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

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

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

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