#46602A

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

Shades of Dell #46602A

Tints of Dell #46602A

Color information

#46602A (or 0x46602A) is unknown color: approx Dell. HEX triplet: 46, 60 and 2A. RGB value is (70,96,42). Sum of RGB (Red+Green+Blue) = 70+96+42=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #46602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46602A is #B99FD5. Grayscale: #525252. Windows color (decimal): -12165078 or 2777158. OLE color: 2777158.

HSL color Cylindrical-coordinate representation of color #46602A: hue angle of 88.89º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46602A is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB709642-
CMYK0.2700.560.62
HSL88.89º39.13%27.06%-
HSV(B)88.89º56.25%37.65%-
XYZ7.139.843.71-
YUV82.07105.39119.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=33.65%
G=46.15%
B=20.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096420.2700.560.6288.8939.1327.06
Hex46602A1B0383E59271b
Octal1061405233070761314733
Binary10001101100000101010110110111000111110101100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46602A; }

 p { color: rgb(70,96,42); }

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

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

 a { background-color: rgb(70,96,42); }

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

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

 span { border-color: rgb(70,96,42); }

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