Html Css Color HEX #484851 Gun Powder

📋 copy color: '#484851'

red 72 ◦ green 72 ◦ blue 81

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

Shades of Gun Powder #484851

Tints of Gun Powder #484851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36%

R = 32%
G = 32%
B = 36%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484851 (or 0x484851) is known color: Gun Powder. HEX triplet: 48, 48 and 51. RGB value is (72,72,81). Sum of RGB (Red+Green+Blue) = 72+72+81=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #484851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484851 is #B7B7AE. Grayscale: #484848. Windows color (decimal): -12040111 or 5326920. OLE color: 5326920.

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

Color convert

RGB 72 72 81 -
CMYK 0.11 0.11 0 0.68
HSL 240º 0.06% 0.3% -
HSV(B) 240º 0.11% 0.32% -
XYZ 6.48 6.61 8.72 -
YUV 73.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 72 72 81 0.11 0.11 0 0.68 240 0.06 0.3
Hex 48 48 51 B B 0 44 F0 6 1E
Octal 110 110 121 13 13 0 104 360 6 36
Binary 1001000 1001000 1010001 1011 1011 0 1000100 11110000 110 11110

Color Harmonies of #484851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484851

Black with #484851

Text Example


Text Example

White with #484851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484851; }

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

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

background-color css

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

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

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

border-color css

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

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

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