Html Css Color HEX #484552 Gun Powder

📋 copy color: '#484552'

red 72 ◦ green 69 ◦ blue 82

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

Shades of Gun Powder #484552

Tints of Gun Powder #484552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 32.29%
G = 30.94%
B = 36.77%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484552 (or 0x484552) is known color: Gun Powder. HEX triplet: 48, 45 and 52. RGB value is (72,69,82). Sum of RGB (Red+Green+Blue) = 72+69+82=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #484552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484552 is #B7BAAD. Grayscale: #474747. Windows color (decimal): -12040878 or 5391688. OLE color: 5391688.

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

Color convert

RGB 72 69 82 -
CMYK 0.12 0.16 0 0.68
HSL 253.85º 0.09% 0.3% -
HSV(B) 253.85º 0.16% 0.32% -
XYZ 6.32 6.24 8.85 -
YUV 71.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 72 69 82 0.12 0.16 0 0.68 253.85 0.09 0.3
Hex 48 45 52 C 10 0 44 FE 9 1E
Octal 110 105 122 14 20 0 104 376 11 36
Binary 1001000 1000101 1010010 1100 10000 0 1000100 11111110 1001 11110

Color Harmonies of #484552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484552

Black with #484552

Text Example


Text Example

White with #484552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484552; }

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

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

background-color css

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

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

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

border-color css

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

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

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