#465472

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

Shades of Astronaut #465472

Tints of Astronaut #465472

Color information

#465472 (or 0x465472) is unknown color: approx Astronaut. HEX triplet: 46, 54 and 72. RGB value is (70,84,114). Sum of RGB (Red+Green+Blue) = 70+84+114=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #465472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465472 is #B9AB8D. Grayscale: #535353. Windows color (decimal): -12168078 or 7492678. OLE color: 7492678.

HSL color Cylindrical-coordinate representation of color #465472: hue angle of 220.91º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465472 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7084114-
CMYK0.390.2600.55
HSL220.91º23.91%36.08%-
HSV(B)220.91º38.6%44.71%-
XYZ8.738.8617.17-
YUV83.23145.36118.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=26.12%
G=31.34%
B=42.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70841140.390.2600.55220.9123.9136.08
Hex465472271A037dd1824
Octal10612416247320673353044
Binary1000110101010011100101001111101001101111101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465472; }

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

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

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

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

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

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

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

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