Shades of Dell #466B23
Tints of Dell #466B23
RGB
CMYK
RGB Variations
Color information
#466B23 (or 0x466B23) is known color: Dell. HEX triplet: 46, 6B and 23. RGB value is (70,107,35). Sum of RGB (Red+Green+Blue) = 70+107+35=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #466B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B23 is #B994DC. Grayscale: #575757. Windows color (decimal): -12162269 or 2321222. OLE color: 2321222.
HSL color Cylindrical-coordinate representation of color #466B23: hue angle of 90.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466B23 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 35 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.58 |
| HSL | 90.83º | 0.51% | 0.28% | - |
| HSV(B) | 90.83º | 0.67% | 0.42% | - |
| XYZ | 8.09 | 11.94 | 3.47 | - |
| YUV | 87.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 35 | 0.35 | 0 | 0.67 | 0.58 | 90.83 | 0.51 | 0.28 |
| Hex | 46 | 6B | 23 | 23 | 0 | 43 | 3A | 5B | 33 | 1C |
| Octal | 106 | 153 | 43 | 43 | 0 | 103 | 72 | 133 | 63 | 34 |
| Binary | 1000110 | 1101011 | 100011 | 100011 | 0 | 1000011 | 111010 | 1011011 | 110011 | 11100 |
Color Harmonies of #466B23
Complementary color
Monochromatic Colors of #466B23
Black with #466B23
Text Example
Text Example
White with #466B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B23; }
p { color: rgb(70,107,35); }
H1.HeaderClassName
{
color: #466B23;
}
.AnyTagClassName
{
color: #466B23;
}
</style>
background-color css
<style>
a { background-color: #466B23; }
a { background-color: rgb(70,107,35); }
div.DivClassName
{
background-color: #466B23;
}
.BgClassName
{
background-color: #466B23;
}
</style>
border-color css
<style>
span { border-color: #466B23; }
span { border-color: rgb(70,107,35); }
td.TdClassName
{
border-color: #466B23;
}
.TagClassName
{
border-color: #466B23;
}
</style>