Shades of Astronaut #414C6D
Tints of Astronaut #414C6D
RGB
CMYK
RGB Variations
Color information
#414C6D (or 0x414C6D) is known color: Astronaut. HEX triplet: 41, 4C and 6D. RGB value is (65,76,109). Sum of RGB (Red+Green+Blue) = 65+76+109=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #414C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C6D is #BEB392. Grayscale: #4C4C4C. Windows color (decimal): -12497811 or 7162945. OLE color: 7162945.
HSL color Cylindrical-coordinate representation of color #414C6D: hue angle of 225º 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 #414C6D is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 76 | 109 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.57 |
| HSL | 225º | 0.25% | 0.34% | - |
| HSV(B) | 225º | 0.4% | 0.43% | - |
| XYZ | 7.52 | 7.4 | 15.5 | - |
| YUV | 76.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 109 | 0.40 | 0.30 | 0 | 0.57 | 225 | 0.25 | 0.34 |
| Hex | 41 | 4C | 6D | 28 | 1E | 0 | 39 | E1 | 19 | 22 |
| Octal | 101 | 114 | 155 | 50 | 36 | 0 | 71 | 341 | 31 | 42 |
| Binary | 1000001 | 1001100 | 1101101 | 101000 | 11110 | 0 | 111001 | 11100001 | 11001 | 100010 |
Color Harmonies of #414C6D
Complementary color
Monochromatic Colors of #414C6D
Black with #414C6D
Text Example
Text Example
White with #414C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C6D; }
p { color: rgb(65,76,109); }
H1.HeaderClassName
{
color: #414C6D;
}
.AnyTagClassName
{
color: #414C6D;
}
</style>
background-color css
<style>
a { background-color: #414C6D; }
a { background-color: rgb(65,76,109); }
div.DivClassName
{
background-color: #414C6D;
}
.BgClassName
{
background-color: #414C6D;
}
</style>
border-color css
<style>
span { border-color: #414C6D; }
span { border-color: rgb(65,76,109); }
td.TdClassName
{
border-color: #414C6D;
}
.TagClassName
{
border-color: #414C6D;
}
</style>