Shades of Astronaut #424B6F
Tints of Astronaut #424B6F
RGB
CMYK
RGB Variations
Color information
#424B6F (or 0x424B6F) is known color: Astronaut. HEX triplet: 42, 4B and 6F. RGB value is (66,75,111). Sum of RGB (Red+Green+Blue) = 66+75+111=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #424B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6F is #BDB490. Grayscale: #4C4C4C. Windows color (decimal): -12432529 or 7293762. OLE color: 7293762.
HSL color Cylindrical-coordinate representation of color #424B6F: hue angle of 228º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424B6F is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 75 | 111 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.56 |
| HSL | 228º | 0.25% | 0.35% | - |
| HSV(B) | 228º | 0.41% | 0.44% | - |
| XYZ | 7.63 | 7.34 | 16.05 | - |
| YUV | 76.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 111 | 0.41 | 0.32 | 0 | 0.56 | 228 | 0.25 | 0.35 |
| Hex | 42 | 4B | 6F | 29 | 20 | 0 | 38 | E4 | 19 | 23 |
| Octal | 102 | 113 | 157 | 51 | 40 | 0 | 70 | 344 | 31 | 43 |
| Binary | 1000010 | 1001011 | 1101111 | 101001 | 100000 | 0 | 111000 | 11100100 | 11001 | 100011 |
Color Harmonies of #424B6F
Complementary color
Monochromatic Colors of #424B6F
Black with #424B6F
Text Example
Text Example
White with #424B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B6F; }
p { color: rgb(66,75,111); }
H1.HeaderClassName
{
color: #424B6F;
}
.AnyTagClassName
{
color: #424B6F;
}
</style>
background-color css
<style>
a { background-color: #424B6F; }
a { background-color: rgb(66,75,111); }
div.DivClassName
{
background-color: #424B6F;
}
.BgClassName
{
background-color: #424B6F;
}
</style>
border-color css
<style>
span { border-color: #424B6F; }
span { border-color: rgb(66,75,111); }
td.TdClassName
{
border-color: #424B6F;
}
.TagClassName
{
border-color: #424B6F;
}
</style>