Shades of Astronaut #405178
Tints of Astronaut #405178
RGB
CMYK
RGB Variations
Color information
#405178 (or 0x405178) is known color: Astronaut. HEX triplet: 40, 51 and 78. RGB value is (64,81,120). Sum of RGB (Red+Green+Blue) = 64+81+120=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #405178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405178 is #BFAE87. Grayscale: #505050. Windows color (decimal): -12562056 or 7885120. OLE color: 7885120.
HSL color Cylindrical-coordinate representation of color #405178: hue angle of 221.79º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405178 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 81 | 120 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.53 |
| HSL | 221.79º | 0.3% | 0.36% | - |
| HSV(B) | 221.79º | 0.47% | 0.47% | - |
| XYZ | 8.45 | 8.33 | 18.93 | - |
| YUV | 80.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 120 | 0.47 | 0.32 | 0 | 0.53 | 221.79 | 0.3 | 0.36 |
| Hex | 40 | 51 | 78 | 2F | 20 | 0 | 35 | DE | 1E | 24 |
| Octal | 100 | 121 | 170 | 57 | 40 | 0 | 65 | 336 | 36 | 44 |
| Binary | 1000000 | 1010001 | 1111000 | 101111 | 100000 | 0 | 110101 | 11011110 | 11110 | 100100 |
Color Harmonies of #405178
Complementary color
Monochromatic Colors of #405178
Black with #405178
Text Example
Text Example
White with #405178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405178; }
p { color: rgb(64,81,120); }
H1.HeaderClassName
{
color: #405178;
}
.AnyTagClassName
{
color: #405178;
}
</style>
background-color css
<style>
a { background-color: #405178; }
a { background-color: rgb(64,81,120); }
div.DivClassName
{
background-color: #405178;
}
.BgClassName
{
background-color: #405178;
}
</style>
border-color css
<style>
span { border-color: #405178; }
span { border-color: rgb(64,81,120); }
td.TdClassName
{
border-color: #405178;
}
.TagClassName
{
border-color: #405178;
}
</style>