Shades of Astronaut #424D7B
Tints of Astronaut #424D7B
RGB
CMYK
RGB Variations
Color information
#424D7B (or 0x424D7B) is known color: Astronaut. HEX triplet: 42, 4D and 7B. RGB value is (66,77,123). Sum of RGB (Red+Green+Blue) = 66+77+123=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #424D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D7B is #BDB284. Grayscale: #4E4E4E. Windows color (decimal): -12432005 or 8080706. OLE color: 8080706.
HSL color Cylindrical-coordinate representation of color #424D7B: hue angle of 228.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424D7B is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 77 | 123 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.52 |
| HSL | 228.42º | 0.3% | 0.37% | - |
| HSV(B) | 228.42º | 0.46% | 0.48% | - |
| XYZ | 8.48 | 7.9 | 19.82 | - |
| YUV | 78.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 123 | 0.46 | 0.37 | 0 | 0.52 | 228.42 | 0.3 | 0.37 |
| Hex | 42 | 4D | 7B | 2E | 25 | 0 | 34 | E4 | 1E | 25 |
| Octal | 102 | 115 | 173 | 56 | 45 | 0 | 64 | 344 | 36 | 45 |
| Binary | 1000010 | 1001101 | 1111011 | 101110 | 100101 | 0 | 110100 | 11100100 | 11110 | 100101 |
Color Harmonies of #424D7B
Complementary color
Monochromatic Colors of #424D7B
Black with #424D7B
Text Example
Text Example
White with #424D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D7B; }
p { color: rgb(66,77,123); }
H1.HeaderClassName
{
color: #424D7B;
}
.AnyTagClassName
{
color: #424D7B;
}
</style>
background-color css
<style>
a { background-color: #424D7B; }
a { background-color: rgb(66,77,123); }
div.DivClassName
{
background-color: #424D7B;
}
.BgClassName
{
background-color: #424D7B;
}
</style>
border-color css
<style>
span { border-color: #424D7B; }
span { border-color: rgb(66,77,123); }
td.TdClassName
{
border-color: #424D7B;
}
.TagClassName
{
border-color: #424D7B;
}
</style>