#465478

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

Shades of Astronaut #465478

Tints of Astronaut #465478

Color information

#465478 (or 0x465478) is unknown color: approx Astronaut. HEX triplet: 46, 54 and 78. RGB value is (70,84,120). Sum of RGB (Red+Green+Blue) = 70+84+120=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #465478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465478 is #B9AB87. Grayscale: #535353. Windows color (decimal): -12168072 or 7885894. OLE color: 7885894.

HSL color Cylindrical-coordinate representation of color #465478: hue angle of 223.2º degrees, saturation: 0.26, 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 #465478 is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7084120-
CMYK0.420.300.53
HSL223.2º26.32%37.25%-
HSV(B)223.2º41.67%47.06%-
XYZ9.09919.03-
YUV83.92148.36118.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=25.55%
G=30.66%
B=43.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70841200.420.300.53223.226.3237.25
Hex4654782A1E035df1a25
Octal10612417052360653373245
Binary1000110101010011110001010101111001101011101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465478; }

 p { color: rgb(70,84,120); }

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

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

 a { background-color: rgb(70,84,120); }

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

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

 span { border-color: rgb(70,84,120); }

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