Shades of Astronaut #424B74
Tints of Astronaut #424B74
RGB
CMYK
RGB Variations
Color information
#424B74 (or 0x424B74) is known color: Astronaut. HEX triplet: 42, 4B and 74. RGB value is (66,75,116). Sum of RGB (Red+Green+Blue) = 66+75+116=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #424B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B74 is #BDB48B. Grayscale: #4C4C4C. Windows color (decimal): -12432524 or 7621442. OLE color: 7621442.
HSL color Cylindrical-coordinate representation of color #424B74: hue angle of 229.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424B74 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 75 | 116 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.55 |
| HSL | 229.2º | 0.27% | 0.36% | - |
| HSV(B) | 229.2º | 0.43% | 0.45% | - |
| XYZ | 7.92 | 7.45 | 17.54 | - |
| YUV | 76.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 116 | 0.43 | 0.35 | 0 | 0.55 | 229.2 | 0.27 | 0.36 |
| Hex | 42 | 4B | 74 | 2B | 23 | 0 | 37 | E5 | 1B | 24 |
| Octal | 102 | 113 | 164 | 53 | 43 | 0 | 67 | 345 | 33 | 44 |
| Binary | 1000010 | 1001011 | 1110100 | 101011 | 100011 | 0 | 110111 | 11100101 | 11011 | 100100 |
Color Harmonies of #424B74
Complementary color
Monochromatic Colors of #424B74
Black with #424B74
Text Example
Text Example
White with #424B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B74; }
p { color: rgb(66,75,116); }
H1.HeaderClassName
{
color: #424B74;
}
.AnyTagClassName
{
color: #424B74;
}
</style>
background-color css
<style>
a { background-color: #424B74; }
a { background-color: rgb(66,75,116); }
div.DivClassName
{
background-color: #424B74;
}
.BgClassName
{
background-color: #424B74;
}
</style>
border-color css
<style>
span { border-color: #424B74; }
span { border-color: rgb(66,75,116); }
td.TdClassName
{
border-color: #424B74;
}
.TagClassName
{
border-color: #424B74;
}
</style>