Html Css Color HEX #484751 Gun Powder

📋 copy color: '#484751'

red 72 ◦ green 71 ◦ blue 81

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

Shades of Gun Powder #484751

Tints of Gun Powder #484751

RGB

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

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

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

R = 32.14%
G = 31.7%
B = 36.16%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484751 (or 0x484751) is known color: Gun Powder. HEX triplet: 48, 47 and 51. RGB value is (72,71,81). Sum of RGB (Red+Green+Blue) = 72+71+81=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 81 - color contains mainly: blue. Hex color #484751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484751 is #B7B8AE. Grayscale: #484848. Windows color (decimal): -12040367 or 5326664. OLE color: 5326664.

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

Color convert

RGB 72 71 81 -
CMYK 0.11 0.12 0 0.68
HSL 246º 0.07% 0.3% -
HSV(B) 246º 0.12% 0.32% -
XYZ 6.41 6.48 8.7 -
YUV 72.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 72 71 81 0.11 0.12 0 0.68 246 0.07 0.3
Hex 48 47 51 B C 0 44 F6 7 1E
Octal 110 107 121 13 14 0 104 366 7 36
Binary 1001000 1000111 1010001 1011 1100 0 1000100 11110110 111 11110

Color Harmonies of #484751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484751

Black with #484751

Text Example


Text Example

White with #484751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484751; }

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

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

background-color css

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

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

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

border-color css

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

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

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