#466335

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

Shades of Dell #466335

Tints of Dell #466335

Color information

#466335 (or 0x466335) is unknown color: approx Dell. HEX triplet: 46, 63 and 35. RGB value is (70,99,53). Sum of RGB (Red+Green+Blue) = 70+99+53=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #466335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466335 is #B99CCA. Grayscale: #555555. Windows color (decimal): -12164299 or 3498822. OLE color: 3498822.

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

Color convert

RGB709953-
CMYK0.2900.460.61
HSL97.83º30.26%29.8%-
HSV(B)97.83º46.46%38.82%-
XYZ7.6310.484.99-
YUV85.08109.89117.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=31.53%
G=44.59%
B=23.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099530.2900.460.6197.8330.2629.8
Hex4663351D02E3D621e1e
Octal1061436535056751423636
Binary1000110110001111010111101010111011110111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466335; }

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

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

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

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

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

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

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

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