#46742A

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

Shades of Dell #46742A

Tints of Dell #46742A

Color information

#46742A (or 0x46742A) is unknown color: approx Dell. HEX triplet: 46, 74 and 2A. RGB value is (70,116,42). Sum of RGB (Red+Green+Blue) = 70+116+42=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #46742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46742A is #B98BD5. Grayscale: #5E5E5E. Windows color (decimal): -12159958 or 2782278. OLE color: 2782278.

HSL color Cylindrical-coordinate representation of color #46742A: hue angle of 97.3º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46742A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB7011642-
CMYK0.4000.640.55
HSL97.3º46.84%30.98%-
HSV(B)97.3º63.79%45.49%-
XYZ9.1913.964.4-
YUV93.8198.76111.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=30.70%
G=50.88%
B=18.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116420.4000.640.5597.346.8430.98
Hex46742A2804037612f1f
Octal10616452500100671415737
Binary1000110111010010101010100001000000110111110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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