Shades of Astronaut #414A78
Tints of Astronaut #414A78
RGB
CMYK
RGB Variations
Color information
#414A78 (or 0x414A78) is known color: Astronaut. HEX triplet: 41, 4A and 78. RGB value is (65,74,120). Sum of RGB (Red+Green+Blue) = 65+74+120=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #414A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A78 is #BEB587. Grayscale: #4C4C4C. Windows color (decimal): -12498312 or 7883329. OLE color: 7883329.
HSL color Cylindrical-coordinate representation of color #414A78: hue angle of 230.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414A78 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 74 | 120 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.53 |
| HSL | 230.18º | 0.3% | 0.36% | - |
| HSV(B) | 230.18º | 0.46% | 0.47% | - |
| XYZ | 8.02 | 7.38 | 18.77 | - |
| YUV | 76.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 120 | 0.46 | 0.38 | 0 | 0.53 | 230.18 | 0.3 | 0.36 |
| Hex | 41 | 4A | 78 | 2E | 26 | 0 | 35 | E6 | 1E | 24 |
| Octal | 101 | 112 | 170 | 56 | 46 | 0 | 65 | 346 | 36 | 44 |
| Binary | 1000001 | 1001010 | 1111000 | 101110 | 100110 | 0 | 110101 | 11100110 | 11110 | 100100 |
Color Harmonies of #414A78
Complementary color
Monochromatic Colors of #414A78
Black with #414A78
Text Example
Text Example
White with #414A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A78; }
p { color: rgb(65,74,120); }
H1.HeaderClassName
{
color: #414A78;
}
.AnyTagClassName
{
color: #414A78;
}
</style>
background-color css
<style>
a { background-color: #414A78; }
a { background-color: rgb(65,74,120); }
div.DivClassName
{
background-color: #414A78;
}
.BgClassName
{
background-color: #414A78;
}
</style>
border-color css
<style>
span { border-color: #414A78; }
span { border-color: rgb(65,74,120); }
td.TdClassName
{
border-color: #414A78;
}
.TagClassName
{
border-color: #414A78;
}
</style>