Shades of Astronaut #41526D
Tints of Astronaut #41526D
RGB
CMYK
RGB Variations
Color information
#41526D (or 0x41526D) is known color: Astronaut. HEX triplet: 41, 52 and 6D. RGB value is (65,82,109). Sum of RGB (Red+Green+Blue) = 65+82+109=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #41526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41526D is #BEAD92. Grayscale: #4F4F4F. Windows color (decimal): -12496275 or 7164481. OLE color: 7164481.
HSL color Cylindrical-coordinate representation of color #41526D: hue angle of 216.82º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41526D is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 82 | 109 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.57 |
| HSL | 216.82º | 0.25% | 0.34% | - |
| HSV(B) | 216.82º | 0.4% | 0.43% | - |
| XYZ | 7.96 | 8.26 | 15.64 | - |
| YUV | 80 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 109 | 0.40 | 0.25 | 0 | 0.57 | 216.82 | 0.25 | 0.34 |
| Hex | 41 | 52 | 6D | 28 | 19 | 0 | 39 | D9 | 19 | 22 |
| Octal | 101 | 122 | 155 | 50 | 31 | 0 | 71 | 331 | 31 | 42 |
| Binary | 1000001 | 1010010 | 1101101 | 101000 | 11001 | 0 | 111001 | 11011001 | 11001 | 100010 |
Color Harmonies of #41526D
Complementary color
Monochromatic Colors of #41526D
Black with #41526D
Text Example
Text Example
White with #41526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41526D; }
p { color: rgb(65,82,109); }
H1.HeaderClassName
{
color: #41526D;
}
.AnyTagClassName
{
color: #41526D;
}
</style>
background-color css
<style>
a { background-color: #41526D; }
a { background-color: rgb(65,82,109); }
div.DivClassName
{
background-color: #41526D;
}
.BgClassName
{
background-color: #41526D;
}
</style>
border-color css
<style>
span { border-color: #41526D; }
span { border-color: rgb(65,82,109); }
td.TdClassName
{
border-color: #41526D;
}
.TagClassName
{
border-color: #41526D;
}
</style>