#465173

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

Shades of Astronaut #465173

Tints of Astronaut #465173

Color information

#465173 (or 0x465173) is unknown color: approx Astronaut. HEX triplet: 46, 51 and 73. RGB value is (70,81,115). Sum of RGB (Red+Green+Blue) = 70+81+115=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #465173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465173 is #B9AE8C. Grayscale: #515151. Windows color (decimal): -12168845 or 7557446. OLE color: 7557446.

HSL color Cylindrical-coordinate representation of color #465173: hue angle of 225.33º 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 #465173 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7081115-
CMYK0.390.3000.55
HSL225.33º24.32%36.27%-
HSV(B)225.33º39.13%45.1%-
XYZ8.568.4217.39-
YUV81.59146.86119.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=26.32%
G=30.45%
B=43.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70811150.390.3000.55225.3324.3236.27
Hex465173271E037e11824
Octal10612116347360673413044
Binary1000110101000111100111001111111001101111110000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465173; }

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

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

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

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

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

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

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

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