#404F7C

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

Shades of Astronaut #404F7C

Tints of Astronaut #404F7C

Color information

#404F7C (or 0x404F7C) is unknown color: approx Astronaut. HEX triplet: 40, 4F and 7C. RGB value is (64,79,124). Sum of RGB (Red+Green+Blue) = 64+79+124=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #404F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F7C is #BFB083. Grayscale: #4F4F4F. Windows color (decimal): -12562564 or 8146752. OLE color: 8146752.

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

Color convert

RGB6479124-
CMYK0.480.3600.51
HSL225º31.91%36.86%-
HSV(B)225º48.39%48.63%-
XYZ8.558.1420.19-
YUV79.64153.03116.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=23.97%
G=29.59%
B=46.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64791240.480.3600.5122531.9136.86
Hex404F7C3024033e12025
Octal10011717460440633414045
Binary100000010011111111100110000100100011001111100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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