#404B76

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

Shades of Astronaut #404B76

Tints of Astronaut #404B76

Color information

#404B76 (or 0x404B76) is unknown color: approx Astronaut. HEX triplet: 40, 4B and 76. RGB value is (64,75,118). Sum of RGB (Red+Green+Blue) = 64+75+118=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #404B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B76 is #BFB489. Grayscale: #4C4C4C. Windows color (decimal): -12563594 or 7752512. OLE color: 7752512.

HSL color Cylindrical-coordinate representation of color #404B76: hue angle of 227.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404B76 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6475118-
CMYK0.460.3600.54
HSL227.78º29.67%35.69%-
HSV(B)227.78º45.76%46.27%-
XYZ7.97.4318.16-
YUV76.61151.36119-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=24.90%
G=29.18%
B=45.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64751180.460.3600.54227.7829.6735.69
Hex404B762E24036e41e24
Octal10011316656440663443644
Binary10000001001011111011010111010010001101101110010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,75,118); }

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

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

 a { background-color: rgb(64,75,118); }

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

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

 span { border-color: rgb(64,75,118); }

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