Shades of Astronaut #424B76
Tints of Astronaut #424B76
RGB
CMYK
RGB Variations
Color information
#424B76 (or 0x424B76) is known color: Astronaut. HEX triplet: 42, 4B and 76. RGB value is (66,75,118). Sum of RGB (Red+Green+Blue) = 66+75+118=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #424B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B76 is #BDB489. Grayscale: #4D4D4D. Windows color (decimal): -12432522 or 7752514. OLE color: 7752514.
HSL color Cylindrical-coordinate representation of color #424B76: hue angle of 229.62º 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 #424B76 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 75 | 118 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.54 |
| HSL | 229.62º | 0.28% | 0.36% | - |
| HSV(B) | 229.62º | 0.44% | 0.46% | - |
| XYZ | 8.03 | 7.5 | 18.16 | - |
| YUV | 77.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 118 | 0.44 | 0.36 | 0 | 0.54 | 229.62 | 0.28 | 0.36 |
| Hex | 42 | 4B | 76 | 2C | 24 | 0 | 36 | E6 | 1C | 24 |
| Octal | 102 | 113 | 166 | 54 | 44 | 0 | 66 | 346 | 34 | 44 |
| Binary | 1000010 | 1001011 | 1110110 | 101100 | 100100 | 0 | 110110 | 11100110 | 11100 | 100100 |
Color Harmonies of #424B76
Complementary color
Monochromatic Colors of #424B76
Black with #424B76
Text Example
Text Example
White with #424B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B76; }
p { color: rgb(66,75,118); }
H1.HeaderClassName
{
color: #424B76;
}
.AnyTagClassName
{
color: #424B76;
}
</style>
background-color css
<style>
a { background-color: #424B76; }
a { background-color: rgb(66,75,118); }
div.DivClassName
{
background-color: #424B76;
}
.BgClassName
{
background-color: #424B76;
}
</style>
border-color css
<style>
span { border-color: #424B76; }
span { border-color: rgb(66,75,118); }
td.TdClassName
{
border-color: #424B76;
}
.TagClassName
{
border-color: #424B76;
}
</style>