Html Css Color HEX #4C495B Gun Powder

📋 copy color: '#4C495B'

red 76 ◦ green 73 ◦ blue 91

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

Shades of Gun Powder #4C495B

Tints of Gun Powder #4C495B

RGB

 RED value IS 76 (30.08% from 255) = 31.67%

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 31.67%
G = 30.42%
B = 37.92%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C495B (or 0x4C495B) is known color: Gun Powder. HEX triplet: 4C, 49 and 5B. RGB value is (76,73,91). Sum of RGB (Red+Green+Blue) = 76+73+91=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C495B is #B3B6A4. Grayscale: #4B4B4B. Windows color (decimal): -11777701 or 5982540. OLE color: 5982540.

HSL color Cylindrical-coordinate representation of color #4C495B: hue angle of 250º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C495B is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 73 91 -
CMYK 0.16 0.20 0 0.64
HSL 250º 0.11% 0.32% -
HSV(B) 250º 0.2% 0.36% -
XYZ 7.25 7.06 10.88 -
YUV 75.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 76 73 91 0.16 0.20 0 0.64 250 0.11 0.32
Hex 4C 49 5B 10 14 0 40 FA B 20
Octal 114 111 133 20 24 0 100 372 13 40
Binary 1001100 1001001 1011011 10000 10100 0 1000000 11111010 1011 100000

Color Harmonies of #4C495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C495B

Black with #4C495B

Text Example


Text Example

White with #4C495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,91); }

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

background-color css

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

 a { background-color: rgb(76,73,91); }

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

border-color css

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

 span { border-color: rgb(76,73,91); }

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