#466234

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

Shades of Dell #466234

Tints of Dell #466234

Color information

#466234 (or 0x466234) is unknown color: approx Dell. HEX triplet: 46, 62 and 34. RGB value is (70,98,52). Sum of RGB (Red+Green+Blue) = 70+98+52=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #466234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466234 is #B99DCB. Grayscale: #545454. Windows color (decimal): -12164556 or 3433030. OLE color: 3433030.

HSL color Cylindrical-coordinate representation of color #466234: hue angle of 96.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466234 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB709852-
CMYK0.2900.470.62
HSL96.52º30.67%29.41%-
HSV(B)96.52º46.94%38.43%-
XYZ7.5110.294.84-
YUV84.38109.72117.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=31.82%
G=44.55%
B=23.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098520.2900.470.6296.5230.6729.41
Hex4662341D02F3E611f1d
Octal1061426435057761413735
Binary1000110110001011010011101010111111111011000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466234; }

 p { color: rgb(70,98,52); }

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

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

 a { background-color: rgb(70,98,52); }

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

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

 span { border-color: rgb(70,98,52); }

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