Shades of Astronaut #404A75
Tints of Astronaut #404A75
RGB
CMYK
RGB Variations
Color information
#404A75 (or 0x404A75) is known color: Astronaut. HEX triplet: 40, 4A and 75. RGB value is (64,74,117). Sum of RGB (Red+Green+Blue) = 64+74+117=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #404A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A75 is #BFB58A. Grayscale: #4B4B4B. Windows color (decimal): -12563851 or 7686720. OLE color: 7686720.
HSL color Cylindrical-coordinate representation of color #404A75: hue angle of 228.68º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404A75 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 74 | 117 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.54 |
| HSL | 228.68º | 0.29% | 0.35% | - |
| HSV(B) | 228.68º | 0.45% | 0.46% | - |
| XYZ | 7.77 | 7.27 | 17.82 | - |
| YUV | 75.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 117 | 0.45 | 0.37 | 0 | 0.54 | 228.68 | 0.29 | 0.35 |
| Hex | 40 | 4A | 75 | 2D | 25 | 0 | 36 | E5 | 1D | 23 |
| Octal | 100 | 112 | 165 | 55 | 45 | 0 | 66 | 345 | 35 | 43 |
| Binary | 1000000 | 1001010 | 1110101 | 101101 | 100101 | 0 | 110110 | 11100101 | 11101 | 100011 |
Color Harmonies of #404A75
Complementary color
Monochromatic Colors of #404A75
Black with #404A75
Text Example
Text Example
White with #404A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A75; }
p { color: rgb(64,74,117); }
H1.HeaderClassName
{
color: #404A75;
}
.AnyTagClassName
{
color: #404A75;
}
</style>
background-color css
<style>
a { background-color: #404A75; }
a { background-color: rgb(64,74,117); }
div.DivClassName
{
background-color: #404A75;
}
.BgClassName
{
background-color: #404A75;
}
</style>
border-color css
<style>
span { border-color: #404A75; }
span { border-color: rgb(64,74,117); }
td.TdClassName
{
border-color: #404A75;
}
.TagClassName
{
border-color: #404A75;
}
</style>