Html Css Color HEX #484559 Gun Powder

📋 copy color: '#484559'

red 72 ◦ green 69 ◦ blue 89

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

Shades of Gun Powder #484559

Tints of Gun Powder #484559

RGB

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

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

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

R = 31.3%
G = 30%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484559 (or 0x484559) is known color: Gun Powder. HEX triplet: 48, 45 and 59. RGB value is (72,69,89). Sum of RGB (Red+Green+Blue) = 72+69+89=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #484559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484559 is #B7BAA6. Grayscale: #484848. Windows color (decimal): -12040871 or 5850440. OLE color: 5850440.

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

Color convert

RGB 72 69 89 -
CMYK 0.19 0.22 0 0.65
HSL 249º 0.13% 0.31% -
HSV(B) 249º 0.22% 0.35% -
XYZ 6.6 6.36 10.33 -
YUV 72.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 72 69 89 0.19 0.22 0 0.65 249 0.13 0.31
Hex 48 45 59 13 16 0 41 F9 D 1F
Octal 110 105 131 23 26 0 101 371 15 37
Binary 1001000 1000101 1011001 10011 10110 0 1000001 11111001 1101 11111

Color Harmonies of #484559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484559

Black with #484559

Text Example


Text Example

White with #484559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484559; }

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

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

background-color css

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

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

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

border-color css

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

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

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