#484843

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

Shades of Thunder #484843

Tints of Thunder #484843

Color information

#484843 (or 0x484843) is unknown color: approx Thunder. HEX triplet: 48, 48 and 43. RGB value is (72,72,67). Sum of RGB (Red+Green+Blue) = 72+72+67=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484843 is #B7B7BC. Grayscale: #474747. Windows color (decimal): -12040125 or 4409416. OLE color: 4409416.

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

Color convert

RGB727267-
CMYK000.070.72
HSL60º3.6%27.25%-
HSV(B)60º6.94%28.24%-
XYZ66.426.23-
YUV71.43125.5128.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 67 (26.56% from 255) = 31.75%
R=34.12%
G=34.12%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727267000.070.72603.627.25
Hex484843007483c41b
Octal11011010300711074433
Binary10010001001000100001100111100100011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484843; }

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

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

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

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

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

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

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

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