#404F71

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

Shades of Astronaut #404F71

Tints of Astronaut #404F71

Color information

#404F71 (or 0x404F71) is unknown color: approx Astronaut. HEX triplet: 40, 4F and 71. RGB value is (64,79,113). Sum of RGB (Red+Green+Blue) = 64+79+113=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #404F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F71 is #BFB08E. Grayscale: #4E4E4E. Windows color (decimal): -12562575 or 7425856. OLE color: 7425856.

HSL color Cylindrical-coordinate representation of color #404F71: hue angle of 221.63º 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 #404F71 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6479113-
CMYK0.430.3000.56
HSL221.63º27.68%34.71%-
HSV(B)221.63º43.36%44.31%-
XYZ7.897.8716.73-
YUV78.39147.53117.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=25%
G=30.86%
B=44.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64791130.430.3000.56221.6327.6834.71
Hex404F712B1E038de1c23
Octal10011716153360703363443
Binary1000000100111111100011010111111001110001101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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