Html Css Color HEX #484846 Thunder

📋 copy color: '#484846'

red 72 ◦ green 72 ◦ blue 70

#484846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunder #484846

Tints of Thunder #484846

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 value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#484846 (or 0x484846) is known color: 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

RGB 72 72 70 -
CMYK 0 0 0.03 0.72
HSL 60º 0.01% 0.28% -
HSV(B) 60º 0.03% 0.28% -
XYZ 6.1 6.45 6.72 -
YUV 71.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 72 72 70 0 0 0.03 0.72 60 0.01 0.28
Hex 48 48 46 0 0 3 48 3C 1 1C
Octal 110 110 106 0 0 3 110 74 1 34
Binary 1001000 1001000 1000110 0 0 11 1001000 111100 1 11100

Color Harmonies of #484846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484846

Black with #484846

Text Example


Text Example

White with #484846

Text Example


Text Example

HTML Codes & Css Web 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>