Shades of Astronaut #414C7B
Tints of Astronaut #414C7B
RGB
CMYK
RGB Variations
Color information
#414C7B (or 0x414C7B) is known color: Astronaut. HEX triplet: 41, 4C and 7B. RGB value is (65,76,123). Sum of RGB (Red+Green+Blue) = 65+76+123=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #414C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C7B is #BEB384. Grayscale: #4D4D4D. Windows color (decimal): -12497797 or 8080449. OLE color: 8080449.
HSL color Cylindrical-coordinate representation of color #414C7B: hue angle of 228.62º degrees, saturation: 0.31, 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 #414C7B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 76 | 123 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.52 |
| HSL | 228.62º | 0.31% | 0.37% | - |
| HSV(B) | 228.62º | 0.47% | 0.48% | - |
| XYZ | 8.34 | 7.72 | 19.79 | - |
| YUV | 78.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 123 | 0.47 | 0.38 | 0 | 0.52 | 228.62 | 0.31 | 0.37 |
| Hex | 41 | 4C | 7B | 2F | 26 | 0 | 34 | E5 | 1F | 25 |
| Octal | 101 | 114 | 173 | 57 | 46 | 0 | 64 | 345 | 37 | 45 |
| Binary | 1000001 | 1001100 | 1111011 | 101111 | 100110 | 0 | 110100 | 11100101 | 11111 | 100101 |
Color Harmonies of #414C7B
Complementary color
Monochromatic Colors of #414C7B
Black with #414C7B
Text Example
Text Example
White with #414C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C7B; }
p { color: rgb(65,76,123); }
H1.HeaderClassName
{
color: #414C7B;
}
.AnyTagClassName
{
color: #414C7B;
}
</style>
background-color css
<style>
a { background-color: #414C7B; }
a { background-color: rgb(65,76,123); }
div.DivClassName
{
background-color: #414C7B;
}
.BgClassName
{
background-color: #414C7B;
}
</style>
border-color css
<style>
span { border-color: #414C7B; }
span { border-color: rgb(65,76,123); }
td.TdClassName
{
border-color: #414C7B;
}
.TagClassName
{
border-color: #414C7B;
}
</style>