#404A77

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

Shades of Astronaut #404A77

Tints of Astronaut #404A77

Color information

#404A77 (or 0x404A77) is unknown color: approx Astronaut. HEX triplet: 40, 4A and 77. RGB value is (64,74,119). Sum of RGB (Red+Green+Blue) = 64+74+119=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #404A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A77 is #BFB588. Grayscale: #4B4B4B. Windows color (decimal): -12563849 or 7817792. OLE color: 7817792.

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

Color convert

RGB6474119-
CMYK0.460.3800.53
HSL229.09º30.05%35.88%-
HSV(B)229.09º46.22%46.67%-
XYZ7.897.3218.45-
YUV76.14152.19119.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=24.90%
G=28.79%
B=46.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64741190.460.3800.53229.0930.0535.88
Hex404A772E26035e51e24
Octal10011216756460653453644
Binary10000001001010111011110111010011001101011110010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,74,119); }

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

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

 a { background-color: rgb(64,74,119); }

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

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

 span { border-color: rgb(64,74,119); }

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