Shades of Astronaut #424C75
Tints of Astronaut #424C75
RGB
CMYK
RGB Variations
Color information
#424C75 (or 0x424C75) is known color: Astronaut. HEX triplet: 42, 4C and 75. RGB value is (66,76,117). Sum of RGB (Red+Green+Blue) = 66+76+117=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #424C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C75 is #BDB38A. Grayscale: #4D4D4D. Windows color (decimal): -12432267 or 7687234. OLE color: 7687234.
HSL color Cylindrical-coordinate representation of color #424C75: hue angle of 228.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424C75 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 76 | 117 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.54 |
| HSL | 228.24º | 0.28% | 0.36% | - |
| HSV(B) | 228.24º | 0.44% | 0.46% | - |
| XYZ | 8.04 | 7.61 | 17.87 | - |
| YUV | 77.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 117 | 0.44 | 0.35 | 0 | 0.54 | 228.24 | 0.28 | 0.36 |
| Hex | 42 | 4C | 75 | 2C | 23 | 0 | 36 | E4 | 1C | 24 |
| Octal | 102 | 114 | 165 | 54 | 43 | 0 | 66 | 344 | 34 | 44 |
| Binary | 1000010 | 1001100 | 1110101 | 101100 | 100011 | 0 | 110110 | 11100100 | 11100 | 100100 |
Color Harmonies of #424C75
Complementary color
Monochromatic Colors of #424C75
Black with #424C75
Text Example
Text Example
White with #424C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C75; }
p { color: rgb(66,76,117); }
H1.HeaderClassName
{
color: #424C75;
}
.AnyTagClassName
{
color: #424C75;
}
</style>
background-color css
<style>
a { background-color: #424C75; }
a { background-color: rgb(66,76,117); }
div.DivClassName
{
background-color: #424C75;
}
.BgClassName
{
background-color: #424C75;
}
</style>
border-color css
<style>
span { border-color: #424C75; }
span { border-color: rgb(66,76,117); }
td.TdClassName
{
border-color: #424C75;
}
.TagClassName
{
border-color: #424C75;
}
</style>