Html Css Color HEX #4F4C61 Gun Powder

📋 copy color: '#4F4C61'

red 79 ◦ green 76 ◦ blue 97

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

Shades of Gun Powder #4F4C61

Tints of Gun Powder #4F4C61

RGB

 RED value IS 79 (31.25% from 255) = 31.35%

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 31.35%
G = 30.16%
B = 38.49%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4C61 (or 0x4F4C61) is known color: Gun Powder. HEX triplet: 4F, 4C and 61. RGB value is (79,76,97). Sum of RGB (Red+Green+Blue) = 79+76+97=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4C61 is #B0B39E. Grayscale: #4F4F4F. Windows color (decimal): -11580319 or 6376527. OLE color: 6376527.

HSL color Cylindrical-coordinate representation of color #4F4C61: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F4C61 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 76 97 -
CMYK 0.19 0.22 0 0.62
HSL 248.57º 0.12% 0.34% -
HSV(B) 248.57º 0.22% 0.38% -
XYZ 7.97 7.69 12.37 -
YUV 79.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 79 76 97 0.19 0.22 0 0.62 248.57 0.12 0.34
Hex 4F 4C 61 13 16 0 3E F9 C 22
Octal 117 114 141 23 26 0 76 371 14 42
Binary 1001111 1001100 1100001 10011 10110 0 111110 11111001 1100 100010

Color Harmonies of #4F4C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C61

Black with #4F4C61

Text Example


Text Example

White with #4F4C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F4C61; }

 p { color: rgb(79,76,97); }

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

background-color css

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

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

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

border-color css

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

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

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