Shades of Astronaut #4A507D
Tints of Astronaut #4A507D
RGB
CMYK
RGB Variations
Color information
#4A507D (or 0x4A507D) is known color: Astronaut. HEX triplet: 4A, 50 and 7D. RGB value is (74,80,125). Sum of RGB (Red+Green+Blue) = 74+80+125=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A507D is #B5AF82. Grayscale: #535353. Windows color (decimal): -11906947 or 8212554. OLE color: 8212554.
HSL color Cylindrical-coordinate representation of color #4A507D: hue angle of 232.94º 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 #4A507D is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 74 | 80 | 125 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.51 |
| HSL | 232.94º | 0.26% | 0.39% | - |
| HSV(B) | 232.94º | 0.41% | 0.49% | - |
| XYZ | 9.39 | 8.67 | 20.58 | - |
| YUV | 83.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 125 | 0.41 | 0.36 | 0 | 0.51 | 232.94 | 0.26 | 0.39 |
| Hex | 4A | 50 | 7D | 29 | 24 | 0 | 33 | E9 | 1A | 27 |
| Octal | 112 | 120 | 175 | 51 | 44 | 0 | 63 | 351 | 32 | 47 |
| Binary | 1001010 | 1010000 | 1111101 | 101001 | 100100 | 0 | 110011 | 11101001 | 11010 | 100111 |
Color Harmonies of #4A507D
Complementary color
Monochromatic Colors of #4A507D
Black with #4A507D
Text Example
Text Example
White with #4A507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A507D; }
p { color: rgb(74,80,125); }
H1.HeaderClassName
{
color: #4A507D;
}
.AnyTagClassName
{
color: #4A507D;
}
</style>
background-color css
<style>
a { background-color: #4A507D; }
a { background-color: rgb(74,80,125); }
div.DivClassName
{
background-color: #4A507D;
}
.BgClassName
{
background-color: #4A507D;
}
</style>
border-color css
<style>
span { border-color: #4A507D; }
span { border-color: rgb(74,80,125); }
td.TdClassName
{
border-color: #4A507D;
}
.TagClassName
{
border-color: #4A507D;
}
</style>