Html Css Color HEX #484844 Thunder

📋 copy color: '#484844'

red 72 ◦ green 72 ◦ blue 68

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

Shades of Thunder #484844

Tints of Thunder #484844

RGB

 RED value IS 72 (28.52% from 255) = 33.96%

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 33.96%
G = 33.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#484844 (or 0x484844) is known color: Thunder. HEX triplet: 48, 48 and 44. RGB value is (72,72,68). Sum of RGB (Red+Green+Blue) = 72+72+68=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484844 is #B7B7BB. Grayscale: #474747. Windows color (decimal): -12040124 or 4474952. OLE color: 4474952.

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

Color convert

RGB 72 72 68 -
CMYK 0 0 0.06 0.72
HSL 60º 0.03% 0.27% -
HSV(B) 60º 0.06% 0.28% -
XYZ 6.03 6.43 6.39 -
YUV 71.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 72 72 68 0 0 0.06 0.72 60 0.03 0.27
Hex 48 48 44 0 0 6 48 3C 3 1B
Octal 110 110 104 0 0 6 110 74 3 33
Binary 1001000 1001000 1000100 0 0 110 1001000 111100 11 11011

Color Harmonies of #484844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484844

Black with #484844

Text Example


Text Example

White with #484844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484844; }

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

 H1.HeaderClassName
 {
   color: #484844;
 }
 .AnyTagClassName
 {
   color: #484844;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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