#46662B

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

Shades of Dell #46662B

Tints of Dell #46662B

Color information

#46662B (or 0x46662B) is unknown color: approx Dell. HEX triplet: 46, 66 and 2B. RGB value is (70,102,43). Sum of RGB (Red+Green+Blue) = 70+102+43=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #46662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46662B is #B999D4. Grayscale: #555555. Windows color (decimal): -12163541 or 2844230. OLE color: 2844230.

HSL color Cylindrical-coordinate representation of color #46662B: hue angle of 92.54º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46662B is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB7010243-
CMYK0.3100.580.6
HSL92.54º40.69%28.43%-
HSV(B)92.54º57.84%40%-
XYZ7.7110.984-
YUV85.71103.9116.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 43 (17.19% from 255) = 20%
R=32.56%
G=47.44%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102430.3100.580.692.5440.6928.43
Hex46662B1F03A3C5d291c
Octal1061465337072741355134
Binary10001101100110101011111110111010111100101110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46662B; }

 p { color: rgb(70,102,43); }

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

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

 a { background-color: rgb(70,102,43); }

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

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

 span { border-color: rgb(70,102,43); }

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