#4F693A

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

Shades of Dell #4F693A

Tints of Dell #4F693A

Color information

#4F693A (or 0x4F693A) is unknown color: approx Dell. HEX triplet: 4F, 69 and 3A. RGB value is (79,105,58). Sum of RGB (Red+Green+Blue) = 79+105+58=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #4F693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F693A is #B096C5. Grayscale: #5C5C5C. Windows color (decimal): -11572934 or 3828047. OLE color: 3828047.

HSL color Cylindrical-coordinate representation of color #4F693A: hue angle of 93.19º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F693A is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB7910558-
CMYK0.2500.450.59
HSL93.19º28.83%31.96%-
HSV(B)93.19º44.76%41.18%-
XYZ9.0412.075.86-
YUV91.87108.89118.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=32.64%
G=43.39%
B=23.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79105580.2500.450.5993.1928.8331.96
Hex4F693A1902D3B5d1d20
Octal1171517231055731353540
Binary10011111101001111010110010101101111011101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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