#4F663A

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

Shades of Dell #4F663A

Tints of Dell #4F663A

Color information

#4F663A (or 0x4F663A) is unknown color: approx Dell. HEX triplet: 4F, 66 and 3A. RGB value is (79,102,58). Sum of RGB (Red+Green+Blue) = 79+102+58=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #4F663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F663A is #B099C5. Grayscale: #5A5A5A. Windows color (decimal): -11573702 or 3827279. OLE color: 3827279.

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

Color convert

RGB7910258-
CMYK0.2300.430.6
HSL91.36º27.5%31.37%-
HSV(B)91.36º43.14%40%-
XYZ8.7411.475.76-
YUV90.11109.88120.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.05%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=33.05%
G=42.68%
B=24.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79102580.2300.430.691.3627.531.37
Hex4F663A1702B3C5b1c1f
Octal1171467227053741333437
Binary1001111110011011101010111010101111110010110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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