#465380

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

Shades of Astronaut #465380

Tints of Astronaut #465380

Color information

#465380 (or 0x465380) is unknown color: approx Astronaut. HEX triplet: 46, 53 and 80. RGB value is (70,83,128). Sum of RGB (Red+Green+Blue) = 70+83+128=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #465380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465380 is #B9AC7F. Grayscale: #545454. Windows color (decimal): -12168320 or 8409926. OLE color: 8409926.

HSL color Cylindrical-coordinate representation of color #465380: hue angle of 226.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465380 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7083128-
CMYK0.450.3500.50
HSL226.55º29.29%38.82%-
HSV(B)226.55º45.31%50.2%-
XYZ9.529.0521.67-
YUV84.24152.69117.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=24.91%
G=29.54%
B=45.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70831280.450.3500.50226.5529.2938.82
Hex4653802D23032e31d27
Octal10612320055430623433547
Binary100011010100111000000010110110001101100101110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465380; }

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

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

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

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

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

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

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

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