Shades of Dell #466B28
Tints of Dell #466B28
RGB
CMYK
RGB Variations
Color information
#466B28 (or 0x466B28) is known color: Dell. HEX triplet: 46, 6B and 28. RGB value is (70,107,40). Sum of RGB (Red+Green+Blue) = 70+107+40=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #466B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B28 is #B994D7. Grayscale: #585858. Windows color (decimal): -12162264 or 2648902. OLE color: 2648902.
HSL color Cylindrical-coordinate representation of color #466B28: hue angle of 93.13º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466B28 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 40 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.58 |
| HSL | 93.13º | 0.46% | 0.29% | - |
| HSV(B) | 93.13º | 0.63% | 0.42% | - |
| XYZ | 8.17 | 11.97 | 3.89 | - |
| YUV | 88.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 40 | 0.35 | 0 | 0.63 | 0.58 | 93.13 | 0.46 | 0.29 |
| Hex | 46 | 6B | 28 | 23 | 0 | 3F | 3A | 5D | 2E | 1D |
| Octal | 106 | 153 | 50 | 43 | 0 | 77 | 72 | 135 | 56 | 35 |
| Binary | 1000110 | 1101011 | 101000 | 100011 | 0 | 111111 | 111010 | 1011101 | 101110 | 11101 |
Color Harmonies of #466B28
Complementary color
Monochromatic Colors of #466B28
Black with #466B28
Text Example
Text Example
White with #466B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B28; }
p { color: rgb(70,107,40); }
H1.HeaderClassName
{
color: #466B28;
}
.AnyTagClassName
{
color: #466B28;
}
</style>
background-color css
<style>
a { background-color: #466B28; }
a { background-color: rgb(70,107,40); }
div.DivClassName
{
background-color: #466B28;
}
.BgClassName
{
background-color: #466B28;
}
</style>
border-color css
<style>
span { border-color: #466B28; }
span { border-color: rgb(70,107,40); }
td.TdClassName
{
border-color: #466B28;
}
.TagClassName
{
border-color: #466B28;
}
</style>