Shades of Astronaut #4A5375
Tints of Astronaut #4A5375
RGB
CMYK
RGB Variations
Color information
#4A5375 (or 0x4A5375) is known color: Astronaut. HEX triplet: 4A, 53 and 75. RGB value is (74,83,117). Sum of RGB (Red+Green+Blue) = 74+83+117=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A5375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5375 is #B5AC8A. Grayscale: #545454. Windows color (decimal): -11906187 or 7689034. OLE color: 7689034.
HSL color Cylindrical-coordinate representation of color #4A5375: hue angle of 227.44º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A5375 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 83 | 117 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.54 |
| HSL | 227.44º | 0.23% | 0.37% | - |
| HSV(B) | 227.44º | 0.37% | 0.46% | - |
| XYZ | 9.13 | 8.93 | 18.07 | - |
| YUV | 84.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 117 | 0.37 | 0.29 | 0 | 0.54 | 227.44 | 0.23 | 0.37 |
| Hex | 4A | 53 | 75 | 25 | 1D | 0 | 36 | E3 | 17 | 25 |
| Octal | 112 | 123 | 165 | 45 | 35 | 0 | 66 | 343 | 27 | 45 |
| Binary | 1001010 | 1010011 | 1110101 | 100101 | 11101 | 0 | 110110 | 11100011 | 10111 | 100101 |
Color Harmonies of #4A5375
Complementary color
Monochromatic Colors of #4A5375
Black with #4A5375
Text Example
Text Example
White with #4A5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5375; }
p { color: rgb(74,83,117); }
H1.HeaderClassName
{
color: #4A5375;
}
.AnyTagClassName
{
color: #4A5375;
}
</style>
background-color css
<style>
a { background-color: #4A5375; }
a { background-color: rgb(74,83,117); }
div.DivClassName
{
background-color: #4A5375;
}
.BgClassName
{
background-color: #4A5375;
}
</style>
border-color css
<style>
span { border-color: #4A5375; }
span { border-color: rgb(74,83,117); }
td.TdClassName
{
border-color: #4A5375;
}
.TagClassName
{
border-color: #4A5375;
}
</style>