#404C78

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

Shades of Astronaut #404C78

Tints of Astronaut #404C78

Color information

#404C78 (or 0x404C78) is unknown color: approx Astronaut. HEX triplet: 40, 4C and 78. RGB value is (64,76,120). Sum of RGB (Red+Green+Blue) = 64+76+120=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #404C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C78 is #BFB387. Grayscale: #4D4D4D. Windows color (decimal): -12563336 or 7883840. OLE color: 7883840.

HSL color Cylindrical-coordinate representation of color #404C78: hue angle of 227.14º 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 #404C78 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6476120-
CMYK0.470.3700.53
HSL227.14º30.43%36.08%-
HSV(B)227.14º46.67%47.06%-
XYZ8.097.6118.81-
YUV77.43152.02118.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=24.62%
G=29.23%
B=46.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64761200.470.3700.53227.1430.4336.08
Hex404C782F25035e31e24
Octal10011417057450653433644
Binary10000001001100111100010111110010101101011110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C78; }

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

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

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

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

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

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

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

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