#465475

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

Shades of Astronaut #465475

Tints of Astronaut #465475

Color information

#465475 (or 0x465475) is unknown color: approx Astronaut. HEX triplet: 46, 54 and 75. RGB value is (70,84,117). Sum of RGB (Red+Green+Blue) = 70+84+117=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #465475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465475 is #B9AB8A. Grayscale: #535353. Windows color (decimal): -12168075 or 7689286. OLE color: 7689286.

HSL color Cylindrical-coordinate representation of color #465475: hue angle of 222.13º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465475 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7084117-
CMYK0.400.2800.54
HSL222.13º25.13%36.67%-
HSV(B)222.13º40.17%45.88%-
XYZ8.918.9318.08-
YUV83.58146.86118.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=25.83%
G=31.00%
B=43.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70841170.400.2800.54222.1325.1336.67
Hex465475281C036de1925
Octal10612416550340663363145
Binary1000110101010011101011010001110001101101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465475; }

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

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

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

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

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

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

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

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