Shades of Astronaut #414D75
Tints of Astronaut #414D75
RGB
CMYK
RGB Variations
Color information
#414D75 (or 0x414D75) is known color: Astronaut. HEX triplet: 41, 4D and 75. RGB value is (65,77,117). Sum of RGB (Red+Green+Blue) = 65+77+117=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #414D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D75 is #BEB28A. Grayscale: #4D4D4D. Windows color (decimal): -12497547 or 7687489. OLE color: 7687489.
HSL color Cylindrical-coordinate representation of color #414D75: hue angle of 226.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414D75 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 77 | 117 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.54 |
| HSL | 226.15º | 0.29% | 0.36% | - |
| HSV(B) | 226.15º | 0.44% | 0.46% | - |
| XYZ | 8.04 | 7.72 | 17.89 | - |
| YUV | 77.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 117 | 0.44 | 0.34 | 0 | 0.54 | 226.15 | 0.29 | 0.36 |
| Hex | 41 | 4D | 75 | 2C | 22 | 0 | 36 | E2 | 1D | 24 |
| Octal | 101 | 115 | 165 | 54 | 42 | 0 | 66 | 342 | 35 | 44 |
| Binary | 1000001 | 1001101 | 1110101 | 101100 | 100010 | 0 | 110110 | 11100010 | 11101 | 100100 |
Color Harmonies of #414D75
Complementary color
Monochromatic Colors of #414D75
Black with #414D75
Text Example
Text Example
White with #414D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D75; }
p { color: rgb(65,77,117); }
H1.HeaderClassName
{
color: #414D75;
}
.AnyTagClassName
{
color: #414D75;
}
</style>
background-color css
<style>
a { background-color: #414D75; }
a { background-color: rgb(65,77,117); }
div.DivClassName
{
background-color: #414D75;
}
.BgClassName
{
background-color: #414D75;
}
</style>
border-color css
<style>
span { border-color: #414D75; }
span { border-color: rgb(65,77,117); }
td.TdClassName
{
border-color: #414D75;
}
.TagClassName
{
border-color: #414D75;
}
</style>