Html Css Color HEX #484752 Gun Powder

📋 copy color: '#484752'

red 72 ◦ green 71 ◦ blue 82

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

Shades of Gun Powder #484752

Tints of Gun Powder #484752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 82 (32.42% from 255) = 36.44%

R = 32%
G = 31.56%
B = 36.44%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484752 (or 0x484752) is known color: Gun Powder. HEX triplet: 48, 47 and 52. RGB value is (72,71,82). Sum of RGB (Red+Green+Blue) = 72+71+82=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #484752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484752 is #B7B8AD. Grayscale: #484848. Windows color (decimal): -12040366 or 5392200. OLE color: 5392200.

HSL color Cylindrical-coordinate representation of color #484752: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #484752 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 71 82 -
CMYK 0.12 0.13 0 0.68
HSL 245.45º 0.07% 0.3% -
HSV(B) 245.45º 0.13% 0.32% -
XYZ 6.45 6.49 8.9 -
YUV 72.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 72 71 82 0.12 0.13 0 0.68 245.45 0.07 0.3
Hex 48 47 52 C D 0 44 F5 7 1E
Octal 110 107 122 14 15 0 104 365 7 36
Binary 1001000 1000111 1010010 1100 1101 0 1000100 11110101 111 11110

Color Harmonies of #484752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484752

Black with #484752

Text Example


Text Example

White with #484752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484752; }

 p { color: rgb(72,71,82); }

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

background-color css

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

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

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

border-color css

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

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

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