Html Css Color HEX #484859 Gun Powder

📋 copy color: '#484859'

red 72 ◦ green 72 ◦ blue 89

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

Shades of Gun Powder #484859

Tints of Gun Powder #484859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

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

R = 30.9%
G = 30.9%
B = 38.2%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484859 (or 0x484859) is known color: Gun Powder. HEX triplet: 48, 48 and 59. RGB value is (72,72,89). Sum of RGB (Red+Green+Blue) = 72+72+89=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #484859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484859 is #B7B7A6. Grayscale: #494949. Windows color (decimal): -12040103 or 5851208. OLE color: 5851208.

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

Color convert

RGB 72 72 89 -
CMYK 0.19 0.19 0 0.65
HSL 240º 0.11% 0.32% -
HSV(B) 240º 0.19% 0.35% -
XYZ 6.79 6.73 10.39 -
YUV 73.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 72 72 89 0.19 0.19 0 0.65 240 0.11 0.32
Hex 48 48 59 13 13 0 41 F0 B 20
Octal 110 110 131 23 23 0 101 360 13 40
Binary 1001000 1001000 1011001 10011 10011 0 1000001 11110000 1011 100000

Color Harmonies of #484859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484859

Black with #484859

Text Example


Text Example

White with #484859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484859; }

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

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

background-color css

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

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

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

border-color css

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

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

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