Shades of Astronaut #414B7A
Tints of Astronaut #414B7A
RGB
CMYK
RGB Variations
Color information
#414B7A (or 0x414B7A) is known color: Astronaut. HEX triplet: 41, 4B and 7A. RGB value is (65,75,122). Sum of RGB (Red+Green+Blue) = 65+75+122=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #414B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B7A is #BEB485. Grayscale: #4D4D4D. Windows color (decimal): -12498054 or 8014657. OLE color: 8014657.
HSL color Cylindrical-coordinate representation of color #414B7A: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414B7A is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 75 | 122 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.52 |
| HSL | 229.47º | 0.3% | 0.37% | - |
| HSV(B) | 229.47º | 0.47% | 0.48% | - |
| XYZ | 8.21 | 7.56 | 19.44 | - |
| YUV | 77.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 122 | 0.47 | 0.39 | 0 | 0.52 | 229.47 | 0.3 | 0.37 |
| Hex | 41 | 4B | 7A | 2F | 27 | 0 | 34 | E5 | 1E | 25 |
| Octal | 101 | 113 | 172 | 57 | 47 | 0 | 64 | 345 | 36 | 45 |
| Binary | 1000001 | 1001011 | 1111010 | 101111 | 100111 | 0 | 110100 | 11100101 | 11110 | 100101 |
Color Harmonies of #414B7A
Complementary color
Monochromatic Colors of #414B7A
Black with #414B7A
Text Example
Text Example
White with #414B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B7A; }
p { color: rgb(65,75,122); }
H1.HeaderClassName
{
color: #414B7A;
}
.AnyTagClassName
{
color: #414B7A;
}
</style>
background-color css
<style>
a { background-color: #414B7A; }
a { background-color: rgb(65,75,122); }
div.DivClassName
{
background-color: #414B7A;
}
.BgClassName
{
background-color: #414B7A;
}
</style>
border-color css
<style>
span { border-color: #414B7A; }
span { border-color: rgb(65,75,122); }
td.TdClassName
{
border-color: #414B7A;
}
.TagClassName
{
border-color: #414B7A;
}
</style>