#465071

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

Shades of Astronaut #465071

Tints of Astronaut #465071

Color information

#465071 (or 0x465071) is unknown color: approx Astronaut. HEX triplet: 46, 50 and 71. RGB value is (70,80,113). Sum of RGB (Red+Green+Blue) = 70+80+113=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #465071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465071 is #B9AF8E. Grayscale: #505050. Windows color (decimal): -12169103 or 7426118. OLE color: 7426118.

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

Color convert

RGB7080113-
CMYK0.380.2900.56
HSL226.05º23.5%35.88%-
HSV(B)226.05º38.05%44.31%-
XYZ8.388.2316.77-
YUV80.77146.19120.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=26.62%
G=30.42%
B=42.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70801130.380.2900.56226.0523.535.88
Hex465071261D038e21724
Octal10612016146350703422744
Binary1000110101000011100011001101110101110001110001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465071; }

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

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

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

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

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

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

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

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