#466435

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

Shades of Dell #466435

Tints of Dell #466435

Color information

#466435 (or 0x466435) is unknown color: approx Dell. HEX triplet: 46, 64 and 35. RGB value is (70,100,53). Sum of RGB (Red+Green+Blue) = 70+100+53=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #466435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466435 is #B99BCA. Grayscale: #555555. Windows color (decimal): -12164043 or 3499078. OLE color: 3499078.

HSL color Cylindrical-coordinate representation of color #466435: hue angle of 98.3º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466435 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB7010053-
CMYK0.3000.470.61
HSL98.3º30.72%30%-
HSV(B)98.3º47%39.22%-
XYZ7.7310.675.02-
YUV85.67109.56116.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=31.39%
G=44.84%
B=23.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70100530.3000.470.6198.330.7230
Hex4664351E02F3D621f1e
Octal1061446536057751423736
Binary1000110110010011010111110010111111110111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466435; }

 p { color: rgb(70,100,53); }

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

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

 a { background-color: rgb(70,100,53); }

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

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

 span { border-color: rgb(70,100,53); }

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