#4F4F44

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

Shades of Thunder #4F4F44

Tints of Thunder #4F4F44

Color information

#4F4F44 (or 0x4F4F44) is unknown color: approx Thunder. HEX triplet: 4F, 4F and 44. RGB value is (79,79,68). Sum of RGB (Red+Green+Blue) = 79+79+68=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 79 - color contains mainly: red, green. Hex color #4F4F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4F44 is #B0B0BB. Grayscale: #4D4D4D. Windows color (decimal): -11579580 or 4476751. OLE color: 4476751.

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

Color convert

RGB797968-
CMYK000.140.69
HSL60º7.48%28.82%-
HSV(B)60º13.92%30.98%-
XYZ7.067.676.58-
YUV77.75122.5128.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=34.96%
G=34.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal797968000.140.69607.4828.82
Hex4F4F4400E453c71d
Octal117117104001610574735
Binary100111110011111000100001110100010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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