Shades of Astronaut #405278
Tints of Astronaut #405278
RGB
CMYK
RGB Variations
Color information
#405278 (or 0x405278) is known color: Astronaut. HEX triplet: 40, 52 and 78. RGB value is (64,82,120). Sum of RGB (Red+Green+Blue) = 64+82+120=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #405278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405278 is #BFAD87. Grayscale: #505050. Windows color (decimal): -12561800 or 7885376. OLE color: 7885376.
HSL color Cylindrical-coordinate representation of color #405278: hue angle of 220.71º 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 #405278 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 82 | 120 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.53 |
| HSL | 220.71º | 0.3% | 0.36% | - |
| HSV(B) | 220.71º | 0.47% | 0.47% | - |
| XYZ | 8.52 | 8.48 | 18.96 | - |
| YUV | 80.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 120 | 0.47 | 0.32 | 0 | 0.53 | 220.71 | 0.3 | 0.36 |
| Hex | 40 | 52 | 78 | 2F | 20 | 0 | 35 | DD | 1E | 24 |
| Octal | 100 | 122 | 170 | 57 | 40 | 0 | 65 | 335 | 36 | 44 |
| Binary | 1000000 | 1010010 | 1111000 | 101111 | 100000 | 0 | 110101 | 11011101 | 11110 | 100100 |
Color Harmonies of #405278
Complementary color
Monochromatic Colors of #405278
Black with #405278
Text Example
Text Example
White with #405278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405278; }
p { color: rgb(64,82,120); }
H1.HeaderClassName
{
color: #405278;
}
.AnyTagClassName
{
color: #405278;
}
</style>
background-color css
<style>
a { background-color: #405278; }
a { background-color: rgb(64,82,120); }
div.DivClassName
{
background-color: #405278;
}
.BgClassName
{
background-color: #405278;
}
</style>
border-color css
<style>
span { border-color: #405278; }
span { border-color: rgb(64,82,120); }
td.TdClassName
{
border-color: #405278;
}
.TagClassName
{
border-color: #405278;
}
</style>