#4F4F40

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

Shades of Thunder #4F4F40

Tints of Thunder #4F4F40

Color information

#4F4F40 (or 0x4F4F40) is unknown color: approx Thunder. HEX triplet: 4F, 4F and 40. RGB value is (79,79,64). Sum of RGB (Red+Green+Blue) = 79+79+64=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 79 - color contains mainly: red, green. Hex color #4F4F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4F40 is #B0B0BF. Grayscale: #4D4D4D. Windows color (decimal): -11579584 or 4214607. OLE color: 4214607.

HSL color Cylindrical-coordinate representation of color #4F4F40: hue angle of 60º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4F40 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB797964-
CMYK000.190.69
HSL60º10.49%28.04%-
HSV(B)60º18.99%30.98%-
XYZ6.957.625.96-
YUV77.29120.5129.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.59%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=35.59%
G=35.59%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal797964000.190.696010.4928.04
Hex4F4F400013453ca1c
Octal1171171000023105741234
Binary10011111001111100000000100111000101111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,79,64); }

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

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

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

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

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

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

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