Shades of Astronaut #424B73
Tints of Astronaut #424B73
RGB
CMYK
RGB Variations
Color information
#424B73 (or 0x424B73) is known color: Astronaut. HEX triplet: 42, 4B and 73. RGB value is (66,75,115). Sum of RGB (Red+Green+Blue) = 66+75+115=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #424B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B73 is #BDB48C. Grayscale: #4C4C4C. Windows color (decimal): -12432525 or 7555906. OLE color: 7555906.
HSL color Cylindrical-coordinate representation of color #424B73: hue angle of 228.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424B73 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 75 | 115 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.55 |
| HSL | 228.98º | 0.27% | 0.35% | - |
| HSV(B) | 228.98º | 0.43% | 0.45% | - |
| XYZ | 7.86 | 7.43 | 17.24 | - |
| YUV | 76.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 115 | 0.43 | 0.35 | 0 | 0.55 | 228.98 | 0.27 | 0.35 |
| Hex | 42 | 4B | 73 | 2B | 23 | 0 | 37 | E5 | 1B | 23 |
| Octal | 102 | 113 | 163 | 53 | 43 | 0 | 67 | 345 | 33 | 43 |
| Binary | 1000010 | 1001011 | 1110011 | 101011 | 100011 | 0 | 110111 | 11100101 | 11011 | 100011 |
Color Harmonies of #424B73
Complementary color
Monochromatic Colors of #424B73
Black with #424B73
Text Example
Text Example
White with #424B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B73; }
p { color: rgb(66,75,115); }
H1.HeaderClassName
{
color: #424B73;
}
.AnyTagClassName
{
color: #424B73;
}
</style>
background-color css
<style>
a { background-color: #424B73; }
a { background-color: rgb(66,75,115); }
div.DivClassName
{
background-color: #424B73;
}
.BgClassName
{
background-color: #424B73;
}
</style>
border-color css
<style>
span { border-color: #424B73; }
span { border-color: rgb(66,75,115); }
td.TdClassName
{
border-color: #424B73;
}
.TagClassName
{
border-color: #424B73;
}
</style>