Html Css Color HEX #4D4962 Gun Powder

📋 copy color: '#4D4962'

red 77 ◦ green 73 ◦ blue 98

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

Shades of Gun Powder #4D4962

Tints of Gun Powder #4D4962

RGB

 RED value IS 77 (30.47% from 255) = 31.05%

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

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 31.05%
G = 29.44%
B = 39.52%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D4962 (or 0x4D4962) is known color: Gun Powder. HEX triplet: 4D, 49 and 62. RGB value is (77,73,98). Sum of RGB (Red+Green+Blue) = 77+73+98=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4962 is #B2B69D. Grayscale: #4C4C4C. Windows color (decimal): -11712158 or 6441293. OLE color: 6441293.

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

Color convert

RGB 77 73 98 -
CMYK 0.21 0.26 0 0.62
HSL 249.6º 0.15% 0.34% -
HSV(B) 249.6º 0.26% 0.38% -
XYZ 7.65 7.22 12.55 -
YUV 77.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 77 73 98 0.21 0.26 0 0.62 249.6 0.15 0.34
Hex 4D 49 62 15 1A 0 3E FA F 22
Octal 115 111 142 25 32 0 76 372 17 42
Binary 1001101 1001001 1100010 10101 11010 0 111110 11111010 1111 100010

Color Harmonies of #4D4962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4962

Black with #4D4962

Text Example


Text Example

White with #4D4962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,98); }

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

background-color css

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

 a { background-color: rgb(77,73,98); }

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

border-color css

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

 span { border-color: rgb(77,73,98); }

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