#465476

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

Shades of Astronaut #465476

Tints of Astronaut #465476

Color information

#465476 (or 0x465476) is unknown color: approx Astronaut. HEX triplet: 46, 54 and 76. RGB value is (70,84,118). Sum of RGB (Red+Green+Blue) = 70+84+118=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #465476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465476 is #B9AB89. Grayscale: #535353. Windows color (decimal): -12168074 or 7754822. OLE color: 7754822.

HSL color Cylindrical-coordinate representation of color #465476: hue angle of 222.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465476 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7084118-
CMYK0.410.2900.54
HSL222.5º25.53%36.86%-
HSV(B)222.5º40.68%46.27%-
XYZ8.978.9518.39-
YUV83.69147.36118.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 118 (46.48% from 255) = 43.38%
R=25.74%
G=30.88%
B=43.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70841180.410.2900.54222.525.5336.86
Hex465476291D036de1a25
Octal10612416651350663363245
Binary1000110101010011101101010011110101101101101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465476; }

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

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

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

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

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

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

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

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