Html Css Color HEX #484960 Gun Powder

📋 copy color: '#484960'

red 72 ◦ green 73 ◦ blue 96

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

Shades of Gun Powder #484960

Tints of Gun Powder #484960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 29.88%
G = 30.29%
B = 39.83%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484960 (or 0x484960) is known color: Gun Powder. HEX triplet: 48, 49 and 60. RGB value is (72,73,96). Sum of RGB (Red+Green+Blue) = 72+73+96=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #484960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484960 is #B7B69F. Grayscale: #4B4B4B. Windows color (decimal): -12039840 or 6310216. OLE color: 6310216.

HSL color Cylindrical-coordinate representation of color #484960: hue angle of 237.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #484960 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 73 96 -
CMYK 0.25 0.24 0 0.62
HSL 237.5º 0.14% 0.33% -
HSV(B) 237.5º 0.25% 0.38% -
XYZ 7.17 6.99 12.04 -
YUV 75.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 72 73 96 0.25 0.24 0 0.62 237.5 0.14 0.33
Hex 48 49 60 19 18 0 3E EE E 21
Octal 110 111 140 31 30 0 76 356 16 41
Binary 1001000 1001001 1100000 11001 11000 0 111110 11101110 1110 100001

Color Harmonies of #484960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484960

Black with #484960

Text Example


Text Example

White with #484960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484960; }

 p { color: rgb(72,73,96); }

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

background-color css

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

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

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

border-color css

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

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

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