Shades of Astronaut #41517D
Tints of Astronaut #41517D
RGB
CMYK
RGB Variations
Color information
#41517D (or 0x41517D) is known color: Astronaut. HEX triplet: 41, 51 and 7D. RGB value is (65,81,125). Sum of RGB (Red+Green+Blue) = 65+81+125=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #41517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41517D is #BEAE82. Grayscale: #515151. Windows color (decimal): -12496515 or 8212801. OLE color: 8212801.
HSL color Cylindrical-coordinate representation of color #41517D: hue angle of 224º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41517D is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 81 | 125 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.51 |
| HSL | 224º | 0.32% | 0.37% | - |
| HSV(B) | 224º | 0.48% | 0.49% | - |
| XYZ | 8.82 | 8.49 | 20.58 | - |
| YUV | 81.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 125 | 0.48 | 0.35 | 0 | 0.51 | 224 | 0.32 | 0.37 |
| Hex | 41 | 51 | 7D | 30 | 23 | 0 | 33 | E0 | 20 | 25 |
| Octal | 101 | 121 | 175 | 60 | 43 | 0 | 63 | 340 | 40 | 45 |
| Binary | 1000001 | 1010001 | 1111101 | 110000 | 100011 | 0 | 110011 | 11100000 | 100000 | 100101 |
Color Harmonies of #41517D
Complementary color
Monochromatic Colors of #41517D
Black with #41517D
Text Example
Text Example
White with #41517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41517D; }
p { color: rgb(65,81,125); }
H1.HeaderClassName
{
color: #41517D;
}
.AnyTagClassName
{
color: #41517D;
}
</style>
background-color css
<style>
a { background-color: #41517D; }
a { background-color: rgb(65,81,125); }
div.DivClassName
{
background-color: #41517D;
}
.BgClassName
{
background-color: #41517D;
}
</style>
border-color css
<style>
span { border-color: #41517D; }
span { border-color: rgb(65,81,125); }
td.TdClassName
{
border-color: #41517D;
}
.TagClassName
{
border-color: #41517D;
}
</style>