Shades of Astronaut #424B7A
Tints of Astronaut #424B7A
RGB
CMYK
RGB Variations
Color information
#424B7A (or 0x424B7A) is known color: Astronaut. HEX triplet: 42, 4B and 7A. RGB value is (66,75,122). Sum of RGB (Red+Green+Blue) = 66+75+122=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #424B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B7A is #BDB485. Grayscale: #4D4D4D. Windows color (decimal): -12432518 or 8014658. OLE color: 8014658.
HSL color Cylindrical-coordinate representation of color #424B7A: hue angle of 230.36º 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 #424B7A is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 75 | 122 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.52 |
| HSL | 230.36º | 0.3% | 0.37% | - |
| HSV(B) | 230.36º | 0.46% | 0.48% | - |
| XYZ | 8.28 | 7.6 | 19.44 | - |
| YUV | 77.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 122 | 0.46 | 0.39 | 0 | 0.52 | 230.36 | 0.3 | 0.37 |
| Hex | 42 | 4B | 7A | 2E | 27 | 0 | 34 | E6 | 1E | 25 |
| Octal | 102 | 113 | 172 | 56 | 47 | 0 | 64 | 346 | 36 | 45 |
| Binary | 1000010 | 1001011 | 1111010 | 101110 | 100111 | 0 | 110100 | 11100110 | 11110 | 100101 |
Color Harmonies of #424B7A
Complementary color
Monochromatic Colors of #424B7A
Black with #424B7A
Text Example
Text Example
White with #424B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B7A; }
p { color: rgb(66,75,122); }
H1.HeaderClassName
{
color: #424B7A;
}
.AnyTagClassName
{
color: #424B7A;
}
</style>
background-color css
<style>
a { background-color: #424B7A; }
a { background-color: rgb(66,75,122); }
div.DivClassName
{
background-color: #424B7A;
}
.BgClassName
{
background-color: #424B7A;
}
</style>
border-color css
<style>
span { border-color: #424B7A; }
span { border-color: rgb(66,75,122); }
td.TdClassName
{
border-color: #424B7A;
}
.TagClassName
{
border-color: #424B7A;
}
</style>