Shades of Dell #466F23
Tints of Dell #466F23
RGB
CMYK
RGB Variations
Color information
#466F23 (or 0x466F23) is known color: Dell. HEX triplet: 46, 6F and 23. RGB value is (70,111,35). Sum of RGB (Red+Green+Blue) = 70+111+35=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #466F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F23 is #B990DC. Grayscale: #5A5A5A. Windows color (decimal): -12161245 or 2322246. OLE color: 2322246.
HSL color Cylindrical-coordinate representation of color #466F23: hue angle of 92.37º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466F23 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 35 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.56 |
| HSL | 92.37º | 0.52% | 0.29% | - |
| HSV(B) | 92.37º | 0.68% | 0.44% | - |
| XYZ | 8.51 | 12.79 | 3.61 | - |
| YUV | 90.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 35 | 0.37 | 0 | 0.68 | 0.56 | 92.37 | 0.52 | 0.29 |
| Hex | 46 | 6F | 23 | 25 | 0 | 44 | 38 | 5C | 34 | 1D |
| Octal | 106 | 157 | 43 | 45 | 0 | 104 | 70 | 134 | 64 | 35 |
| Binary | 1000110 | 1101111 | 100011 | 100101 | 0 | 1000100 | 111000 | 1011100 | 110100 | 11101 |
Color Harmonies of #466F23
Complementary color
Monochromatic Colors of #466F23
Black with #466F23
Text Example
Text Example
White with #466F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F23; }
p { color: rgb(70,111,35); }
H1.HeaderClassName
{
color: #466F23;
}
.AnyTagClassName
{
color: #466F23;
}
</style>
background-color css
<style>
a { background-color: #466F23; }
a { background-color: rgb(70,111,35); }
div.DivClassName
{
background-color: #466F23;
}
.BgClassName
{
background-color: #466F23;
}
</style>
border-color css
<style>
span { border-color: #466F23; }
span { border-color: rgb(70,111,35); }
td.TdClassName
{
border-color: #466F23;
}
.TagClassName
{
border-color: #466F23;
}
</style>