#404F7A

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

Shades of Astronaut #404F7A

Tints of Astronaut #404F7A

Color information

#404F7A (or 0x404F7A) is unknown color: approx Astronaut. HEX triplet: 40, 4F and 7A. RGB value is (64,79,122). Sum of RGB (Red+Green+Blue) = 64+79+122=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #404F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F7A is #BFB085. Grayscale: #4F4F4F. Windows color (decimal): -12562566 or 8015680. OLE color: 8015680.

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

Color convert

RGB6479122-
CMYK0.480.3500.52
HSL224.48º31.18%36.47%-
HSV(B)224.48º47.54%47.84%-
XYZ8.428.0919.53-
YUV79.42152.03117-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=24.15%
G=29.81%
B=46.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64791220.480.3500.52224.4831.1836.47
Hex404F7A3023034e01f24
Octal10011717260430643403744
Binary10000001001111111101011000010001101101001110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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