Html Css Color HEX #484861 Gun Powder

📋 copy color: '#484861'

red 72 ◦ green 72 ◦ blue 97

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

Shades of Gun Powder #484861

Tints of Gun Powder #484861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 29.88%
G = 29.88%
B = 40.25%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484861 (or 0x484861) is known color: Gun Powder. HEX triplet: 48, 48 and 61. RGB value is (72,72,97). Sum of RGB (Red+Green+Blue) = 72+72+97=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #484861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484861 is #B7B79E. Grayscale: #4A4A4A. Windows color (decimal): -12040095 or 6375496. OLE color: 6375496.

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

Color convert

RGB 72 72 97 -
CMYK 0.26 0.26 0 0.62
HSL 240º 0.15% 0.33% -
HSV(B) 240º 0.26% 0.38% -
XYZ 7.15 6.88 12.26 -
YUV 74.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 72 72 97 0.26 0.26 0 0.62 240 0.15 0.33
Hex 48 48 61 1A 1A 0 3E F0 F 21
Octal 110 110 141 32 32 0 76 360 17 41
Binary 1001000 1001000 1100001 11010 11010 0 111110 11110000 1111 100001

Color Harmonies of #484861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484861

Black with #484861

Text Example


Text Example

White with #484861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484861; }

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

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

background-color css

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

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

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

border-color css

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

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

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