#466933

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

Shades of Dell #466933

Tints of Dell #466933

Color information

#466933 (or 0x466933) is unknown color: approx Dell. HEX triplet: 46, 69 and 33. RGB value is (70,105,51). Sum of RGB (Red+Green+Blue) = 70+105+51=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #466933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466933 is #B996CC. Grayscale: #585858. Windows color (decimal): -12162765 or 3369286. OLE color: 3369286.

HSL color Cylindrical-coordinate representation of color #466933: hue angle of 98.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466933 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB7010551-
CMYK0.3300.510.59
HSL98.89º34.62%30.59%-
HSV(B)98.89º51.43%41.18%-
XYZ8.1711.644.95-
YUV88.38106.9114.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=30.97%
G=46.46%
B=22.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105510.3300.510.5998.8934.6230.59
Hex466933210333B63231f
Octal1061516341063731434337
Binary100011011010011100111000010110011111011110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466933; }

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

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

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

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

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

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

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

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