#465373

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

Shades of Astronaut #465373

Tints of Astronaut #465373

Color information

#465373 (or 0x465373) is unknown color: approx Astronaut. HEX triplet: 46, 53 and 73. RGB value is (70,83,115). Sum of RGB (Red+Green+Blue) = 70+83+115=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #465373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465373 is #B9AC8C. Grayscale: #525252. Windows color (decimal): -12168333 or 7557958. OLE color: 7557958.

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

Color convert

RGB7083115-
CMYK0.390.2800.55
HSL222.67º24.32%36.27%-
HSV(B)222.67º39.13%45.1%-
XYZ8.718.7317.44-
YUV82.76146.19118.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=26.12%
G=30.97%
B=42.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70831150.390.2800.55222.6724.3236.27
Hex465373271C037df1824
Octal10612316347340673373044
Binary1000110101001111100111001111110001101111101111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465373; }

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

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

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

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

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

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

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

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