Html Css Color HEX #4A4854 Gun Powder

📋 copy color: '#4A4854'

red 74 ◦ green 72 ◦ blue 84

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

Shades of Gun Powder #4A4854

Tints of Gun Powder #4A4854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 32.17%
G = 31.3%
B = 36.52%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A4854 (or 0x4A4854) is known color: Gun Powder. HEX triplet: 4A, 48 and 54. RGB value is (74,72,84). Sum of RGB (Red+Green+Blue) = 74+72+84=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4854 is #B5B7AB. Grayscale: #494949. Windows color (decimal): -11909036 or 5523530. OLE color: 5523530.

HSL color Cylindrical-coordinate representation of color #4A4854: hue angle of 250º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4854 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 72 84 -
CMYK 0.12 0.14 0 0.67
HSL 250º 0.08% 0.31% -
HSV(B) 250º 0.14% 0.33% -
XYZ 6.74 6.73 9.33 -
YUV 73.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 74 72 84 0.12 0.14 0 0.67 250 0.08 0.31
Hex 4A 48 54 C E 0 43 FA 8 1F
Octal 112 110 124 14 16 0 103 372 10 37
Binary 1001010 1001000 1010100 1100 1110 0 1000011 11111010 1000 11111

Color Harmonies of #4A4854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4854

Black with #4A4854

Text Example


Text Example

White with #4A4854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,72,84); }

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

background-color css

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

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

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

border-color css

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

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

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