Shades of Astronaut #4A517D
Tints of Astronaut #4A517D
RGB
CMYK
RGB Variations
Color information
#4A517D (or 0x4A517D) is known color: Astronaut. HEX triplet: 4A, 51 and 7D. RGB value is (74,81,125). Sum of RGB (Red+Green+Blue) = 74+81+125=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A517D is #B5AE82. Grayscale: #535353. Windows color (decimal): -11906691 or 8212810. OLE color: 8212810.
HSL color Cylindrical-coordinate representation of color #4A517D: hue angle of 231.76º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A517D is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 81 | 125 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.51 |
| HSL | 231.76º | 0.26% | 0.39% | - |
| HSV(B) | 231.76º | 0.41% | 0.49% | - |
| XYZ | 9.47 | 8.82 | 20.61 | - |
| YUV | 83.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 125 | 0.41 | 0.35 | 0 | 0.51 | 231.76 | 0.26 | 0.39 |
| Hex | 4A | 51 | 7D | 29 | 23 | 0 | 33 | E8 | 1A | 27 |
| Octal | 112 | 121 | 175 | 51 | 43 | 0 | 63 | 350 | 32 | 47 |
| Binary | 1001010 | 1010001 | 1111101 | 101001 | 100011 | 0 | 110011 | 11101000 | 11010 | 100111 |
Color Harmonies of #4A517D
Complementary color
Monochromatic Colors of #4A517D
Black with #4A517D
Text Example
Text Example
White with #4A517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A517D; }
p { color: rgb(74,81,125); }
H1.HeaderClassName
{
color: #4A517D;
}
.AnyTagClassName
{
color: #4A517D;
}
</style>
background-color css
<style>
a { background-color: #4A517D; }
a { background-color: rgb(74,81,125); }
div.DivClassName
{
background-color: #4A517D;
}
.BgClassName
{
background-color: #4A517D;
}
</style>
border-color css
<style>
span { border-color: #4A517D; }
span { border-color: rgb(74,81,125); }
td.TdClassName
{
border-color: #4A517D;
}
.TagClassName
{
border-color: #4A517D;
}
</style>