Html Css Color HEX #4A4761 Gun Powder

📋 copy color: '#4A4761'

red 74 ◦ green 71 ◦ blue 97

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

Shades of Gun Powder #4A4761

Tints of Gun Powder #4A4761

RGB

 RED value IS 74 (29.3% from 255) = 30.58%

 GREEN value IS 71 (28.13% from 255) = 29.34%

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

R = 30.58%
G = 29.34%
B = 40.08%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A4761 (or 0x4A4761) is known color: Gun Powder. HEX triplet: 4A, 47 and 61. RGB value is (74,71,97). Sum of RGB (Red+Green+Blue) = 74+71+97=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4761 is #B5B89E. Grayscale: #4A4A4A. Windows color (decimal): -11909279 or 6375242. OLE color: 6375242.

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

Color convert

RGB 74 71 97 -
CMYK 0.24 0.27 0 0.62
HSL 246.92º 0.15% 0.33% -
HSV(B) 246.92º 0.27% 0.38% -
XYZ 7.23 6.83 12.25 -
YUV 74.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 74 71 97 0.24 0.27 0 0.62 246.92 0.15 0.33
Hex 4A 47 61 18 1B 0 3E F7 F 21
Octal 112 107 141 30 33 0 76 367 17 41
Binary 1001010 1000111 1100001 11000 11011 0 111110 11110111 1111 100001

Color Harmonies of #4A4761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4761

Black with #4A4761

Text Example


Text Example

White with #4A4761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,71,97); }

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

background-color css

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

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

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

border-color css

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

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

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