#404D7B

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

Shades of Astronaut #404D7B

Tints of Astronaut #404D7B

Color information

#404D7B (or 0x404D7B) is unknown color: approx Astronaut. HEX triplet: 40, 4D and 7B. RGB value is (64,77,123). Sum of RGB (Red+Green+Blue) = 64+77+123=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #404D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D7B is #BFB284. Grayscale: #4E4E4E. Windows color (decimal): -12563077 or 8080704. OLE color: 8080704.

HSL color Cylindrical-coordinate representation of color #404D7B: hue angle of 226.78º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404D7B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6477123-
CMYK0.480.3700.52
HSL226.78º31.55%36.67%-
HSV(B)226.78º47.97%48.24%-
XYZ8.347.8319.81-
YUV78.36153.19117.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=24.24%
G=29.17%
B=46.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64771230.480.3700.52226.7831.5536.67
Hex404D7B3025034e32025
Octal10011517360450643434045
Binary100000010011011111011110000100101011010011100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,123); }

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

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

 a { background-color: rgb(64,77,123); }

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

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

 span { border-color: rgb(64,77,123); }

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