#466533

Color #466533 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #466533

Tints of Dell #466533

Color information

#466533 (or 0x466533) is unknown color: approx Dell. HEX triplet: 46, 65 and 33. RGB value is (70,101,51). Sum of RGB (Red+Green+Blue) = 70+101+51=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #466533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466533 is #B99ACC. Grayscale: #565656. Windows color (decimal): -12163789 or 3368262. OLE color: 3368262.

HSL color Cylindrical-coordinate representation of color #466533: hue angle of 97.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466533 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB7010151-
CMYK0.3100.500.60
HSL97.2º32.89%29.8%-
HSV(B)97.2º49.5%39.61%-
XYZ7.7810.854.82-
YUV86.03108.23116.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=31.53%
G=45.50%
B=22.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101510.3100.500.6097.232.8929.8
Hex4665331F0323C61211e
Octal1061456337062741414136
Binary10001101100101110011111110110010111100110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466533; }

 p { color: rgb(70,101,51); }

 H1.HeaderClassName
 {
   color: #466533;
 }
 .AnyTagClassName
 {
   color: #466533;
 }
</style>
background-color css

<style>
 a { background-color: #466533; }

 a { background-color: rgb(70,101,51); }

 div.DivClassName
 {
   background-color: #466533;
 }
 .BgClassName
 {
   background-color: #466533;
 }
</style>
border-color css

<style>
 span { border-color: #466533; }

 span { border-color: rgb(70,101,51); }

 td.TdClassName
 {
   border-color: #466533;
 }
 .TagClassName
 {
   border-color: #466533;
 }
</style>