#4F673A

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

Shades of Dell #4F673A

Tints of Dell #4F673A

Color information

#4F673A (or 0x4F673A) is unknown color: approx Dell. HEX triplet: 4F, 67 and 3A. RGB value is (79,103,58). Sum of RGB (Red+Green+Blue) = 79+103+58=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 103 - color contains mainly: green. Hex color #4F673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F673A is #B098C5. Grayscale: #5A5A5A. Windows color (decimal): -11573446 or 3827535. OLE color: 3827535.

HSL color Cylindrical-coordinate representation of color #4F673A: hue angle of 92º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F673A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB7910358-
CMYK0.2300.440.60
HSL92º27.95%31.57%-
HSV(B)92º43.69%40.39%-
XYZ8.8411.675.79-
YUV90.69109.55119.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 58 (23.05% from 255) = 24.17%
R=32.92%
G=42.92%
B=24.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79103580.2300.440.609227.9531.57
Hex4F673A1702C3C5c1c20
Octal1171477227054741343440
Binary10011111100111111010101110101100111100101110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F673A; }

 p { color: rgb(79,103,58); }

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

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

 a { background-color: rgb(79,103,58); }

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

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

 span { border-color: rgb(79,103,58); }

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