Html Css Color HEX #484759 Gun Powder

📋 copy color: '#484759'

red 72 ◦ green 71 ◦ blue 89

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

Shades of Gun Powder #484759

Tints of Gun Powder #484759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 31.03%
G = 30.6%
B = 38.36%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484759 (or 0x484759) is known color: Gun Powder. HEX triplet: 48, 47 and 59. RGB value is (72,71,89). Sum of RGB (Red+Green+Blue) = 72+71+89=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #484759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484759 is #B7B8A6. Grayscale: #494949. Windows color (decimal): -12040359 or 5850952. OLE color: 5850952.

HSL color Cylindrical-coordinate representation of color #484759: hue angle of 243.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484759 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 71 89 -
CMYK 0.19 0.20 0 0.65
HSL 243.33º 0.11% 0.31% -
HSV(B) 243.33º 0.2% 0.35% -
XYZ 6.73 6.61 10.37 -
YUV 73.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 72 71 89 0.19 0.20 0 0.65 243.33 0.11 0.31
Hex 48 47 59 13 14 0 41 F3 B 1F
Octal 110 107 131 23 24 0 101 363 13 37
Binary 1001000 1000111 1011001 10011 10100 0 1000001 11110011 1011 11111

Color Harmonies of #484759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484759

Black with #484759

Text Example


Text Example

White with #484759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484759; }

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

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

background-color css

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

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

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

border-color css

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

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

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