#4F623B

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

Shades of Dell #4F623B

Tints of Dell #4F623B

Color information

#4F623B (or 0x4F623B) is unknown color: approx Dell. HEX triplet: 4F, 62 and 3B. RGB value is (79,98,59). Sum of RGB (Red+Green+Blue) = 79+98+59=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #4F623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F623B is #B09DC4. Grayscale: #585858. Windows color (decimal): -11574725 or 3891791. OLE color: 3891791.

HSL color Cylindrical-coordinate representation of color #4F623B: hue angle of 89.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F623B is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB799859-
CMYK0.1900.400.62
HSL89.23º24.84%30.78%-
HSV(B)89.23º39.8%38.43%-
XYZ8.3810.715.76-
YUV87.87111.71121.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 59 (23.44% from 255) = 25%
R=33.47%
G=41.53%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7998590.1900.400.6289.2324.8430.78
Hex4F623B130283E59191f
Octal1171427323050761313137
Binary1001111110001011101110011010100011111010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,59); }

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

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

 a { background-color: rgb(79,98,59); }

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

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

 span { border-color: rgb(79,98,59); }

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