#405078

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

Shades of Astronaut #405078

Tints of Astronaut #405078

Color information

#405078 (or 0x405078) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 78. RGB value is (64,80,120). Sum of RGB (Red+Green+Blue) = 64+80+120=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #405078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405078 is #BFAF87. Grayscale: #4F4F4F. Windows color (decimal): -12562312 or 7884864. OLE color: 7884864.

HSL color Cylindrical-coordinate representation of color #405078: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405078 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6480120-
CMYK0.470.3300.53
HSL222.86º30.43%36.08%-
HSV(B)222.86º46.67%47.06%-
XYZ8.378.1818.91-
YUV79.78150.7116.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=24.24%
G=30.30%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64801200.470.3300.53222.8630.4336.08
Hex4050782F21035df1e24
Octal10012017057410653373644
Binary10000001010000111100010111110000101101011101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405078; }

 p { color: rgb(64,80,120); }

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

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

 a { background-color: rgb(64,80,120); }

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

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

 span { border-color: rgb(64,80,120); }

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