Html Css Color HEX #484659 Gun Powder

📋 copy color: '#484659'

red 72 ◦ green 70 ◦ blue 89

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

Shades of Gun Powder #484659

Tints of Gun Powder #484659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 31.17%
G = 30.3%
B = 38.53%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484659 (or 0x484659) is known color: Gun Powder. HEX triplet: 48, 46 and 59. RGB value is (72,70,89). Sum of RGB (Red+Green+Blue) = 72+70+89=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #484659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484659 is #B7B9A6. Grayscale: #484848. Windows color (decimal): -12040615 or 5850696. OLE color: 5850696.

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

Color convert

RGB 72 70 89 -
CMYK 0.19 0.21 0 0.65
HSL 246.32º 0.12% 0.31% -
HSV(B) 246.32º 0.21% 0.35% -
XYZ 6.67 6.48 10.35 -
YUV 72.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 72 70 89 0.19 0.21 0 0.65 246.32 0.12 0.31
Hex 48 46 59 13 15 0 41 F6 C 1F
Octal 110 106 131 23 25 0 101 366 14 37
Binary 1001000 1000110 1011001 10011 10101 0 1000001 11110110 1100 11111

Color Harmonies of #484659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484659

Black with #484659

Text Example


Text Example

White with #484659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484659; }

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

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

background-color css

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

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

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

border-color css

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

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

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