#465273

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

Shades of Astronaut #465273

Tints of Astronaut #465273

Color information

#465273 (or 0x465273) is unknown color: approx Astronaut. HEX triplet: 46, 52 and 73. RGB value is (70,82,115). Sum of RGB (Red+Green+Blue) = 70+82+115=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #465273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465273 is #B9AD8C. Grayscale: #525252. Windows color (decimal): -12168589 or 7557702. OLE color: 7557702.

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

Color convert

RGB7082115-
CMYK0.390.2900.55
HSL224º24.32%36.27%-
HSV(B)224º39.13%45.1%-
XYZ8.648.5717.42-
YUV82.17146.52119.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=26.22%
G=30.71%
B=43.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70821150.390.2900.5522424.3236.27
Hex465273271D037e01824
Octal10612216347350673403044
Binary1000110101001011100111001111110101101111110000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465273; }

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

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

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

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

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

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

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

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