#404A71

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

Shades of Astronaut #404A71

Tints of Astronaut #404A71

Color information

#404A71 (or 0x404A71) is unknown color: approx Astronaut. HEX triplet: 40, 4A and 71. RGB value is (64,74,113). Sum of RGB (Red+Green+Blue) = 64+74+113=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #404A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A71 is #BFB58E. Grayscale: #4B4B4B. Windows color (decimal): -12563855 or 7424576. OLE color: 7424576.

HSL color Cylindrical-coordinate representation of color #404A71: hue angle of 227.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404A71 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6474113-
CMYK0.430.3500.56
HSL227.76º27.68%34.71%-
HSV(B)227.76º43.36%44.31%-
XYZ7.547.1816.61-
YUV75.46149.19119.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=25.50%
G=29.48%
B=45.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64741130.430.3500.56227.7627.6834.71
Hex404A712B23038e41c23
Octal10011216153430703443443
Binary10000001001010111000110101110001101110001110010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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