#484846

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

Shades of Thunder #484846

Tints of Thunder #484846

Color information

#484846 (or 0x484846) is unknown color: approx Thunder. HEX triplet: 48, 48 and 46. RGB value is (72,72,70). Sum of RGB (Red+Green+Blue) = 72+72+70=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484846 is #B7B7B9. Grayscale: #474747. Windows color (decimal): -12040122 or 4606024. OLE color: 4606024.

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

Color convert

RGB727270-
CMYK000.030.72
HSL60º1.41%27.84%-
HSV(B)60º2.78%28.24%-
XYZ6.16.456.72-
YUV71.77127128.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=33.64%
G=33.64%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727270000.030.72601.4127.84
Hex484846003483c11c
Octal11011010600311074134
Binary10010001001000100011000111001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484846; }

 p { color: rgb(72,72,70); }

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

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

 a { background-color: rgb(72,72,70); }

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

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

 span { border-color: rgb(72,72,70); }

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