Html Css Color HEX #484556 Gun Powder

📋 copy color: '#484556'

red 72 ◦ green 69 ◦ blue 86

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

Shades of Gun Powder #484556

Tints of Gun Powder #484556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 31.72%
G = 30.4%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484556 (or 0x484556) is known color: Gun Powder. HEX triplet: 48, 45 and 56. RGB value is (72,69,86). Sum of RGB (Red+Green+Blue) = 72+69+86=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #484556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484556 is #B7BAA9. Grayscale: #474747. Windows color (decimal): -12040874 or 5653832. OLE color: 5653832.

HSL color Cylindrical-coordinate representation of color #484556: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484556 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 69 86 -
CMYK 0.16 0.20 0 0.66
HSL 250.59º 0.11% 0.3% -
HSV(B) 250.59º 0.2% 0.34% -
XYZ 6.48 6.31 9.68 -
YUV 71.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 72 69 86 0.16 0.20 0 0.66 250.59 0.11 0.3
Hex 48 45 56 10 14 0 42 FB B 1E
Octal 110 105 126 20 24 0 102 373 13 36
Binary 1001000 1000101 1010110 10000 10100 0 1000010 11111011 1011 11110

Color Harmonies of #484556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484556

Black with #484556

Text Example


Text Example

White with #484556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484556; }

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

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

background-color css

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

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

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

border-color css

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

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

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