#465079

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

Shades of Astronaut #465079

Tints of Astronaut #465079

Color information

#465079 (or 0x465079) is unknown color: approx Astronaut. HEX triplet: 46, 50 and 79. RGB value is (70,80,121). Sum of RGB (Red+Green+Blue) = 70+80+121=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #465079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465079 is #B9AF86. Grayscale: #515151. Windows color (decimal): -12169095 or 7950406. OLE color: 7950406.

HSL color Cylindrical-coordinate representation of color #465079: hue angle of 228.24º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465079 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7080121-
CMYK0.420.3400.53
HSL228.24º26.7%37.45%-
HSV(B)228.24º42.15%47.45%-
XYZ8.858.4219.25-
YUV81.68150.19119.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=25.83%
G=29.52%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70801210.420.3400.53228.2426.737.45
Hex4650792A22035e41b25
Octal10612017152420653443345
Binary10001101010000111100110101010001001101011110010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465079; }

 p { color: rgb(70,80,121); }

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

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

 a { background-color: rgb(70,80,121); }

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

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

 span { border-color: rgb(70,80,121); }

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