Shades of Grey-Asparagus #424B43
Tints of Grey-Asparagus #424B43
RGB
CMYK
RGB Variations
Color information
#424B43 (or 0x424B43) is known color: Grey-Asparagus. HEX triplet: 42, 4B and 43. RGB value is (66,75,67). Sum of RGB (Red+Green+Blue) = 66+75+67=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 75 - color contains mainly: green. Hex color #424B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B43 is #BDB4BC. Grayscale: #474747. Windows color (decimal): -12432573 or 4410178. OLE color: 4410178.
HSL color Cylindrical-coordinate representation of color #424B43: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424B43 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 67 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.71 |
| HSL | 126.67º | 0.06% | 0.28% | - |
| HSV(B) | 126.67º | 0.12% | 0.29% | - |
| XYZ | 5.78 | 6.6 | 6.28 | - |
| YUV | 71.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 67 | 0.12 | 0 | 0.11 | 0.71 | 126.67 | 0.06 | 0.28 |
| Hex | 42 | 4B | 43 | C | 0 | B | 47 | 7F | 6 | 1C |
| Octal | 102 | 113 | 103 | 14 | 0 | 13 | 107 | 177 | 6 | 34 |
| Binary | 1000010 | 1001011 | 1000011 | 1100 | 0 | 1011 | 1000111 | 1111111 | 110 | 11100 |
Color Harmonies of #424B43
Complementary color
Monochromatic Colors of #424B43
Black with #424B43
Text Example
Text Example
White with #424B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B43; }
p { color: rgb(66,75,67); }
H1.HeaderClassName
{
color: #424B43;
}
.AnyTagClassName
{
color: #424B43;
}
</style>
background-color css
<style>
a { background-color: #424B43; }
a { background-color: rgb(66,75,67); }
div.DivClassName
{
background-color: #424B43;
}
.BgClassName
{
background-color: #424B43;
}
</style>
border-color css
<style>
span { border-color: #424B43; }
span { border-color: rgb(66,75,67); }
td.TdClassName
{
border-color: #424B43;
}
.TagClassName
{
border-color: #424B43;
}
</style>