Html Css Color HEX #4A4657 Gun Powder

📋 copy color: '#4A4657'

red 74 ◦ green 70 ◦ blue 87

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

Shades of Gun Powder #4A4657

Tints of Gun Powder #4A4657

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

 BLUE value IS 87 (34.38% from 255) = 37.66%

R = 32.03%
G = 30.3%
B = 37.66%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4A4657 (or 0x4A4657) is known color: Gun Powder. HEX triplet: 4A, 46 and 57. RGB value is (74,70,87). Sum of RGB (Red+Green+Blue) = 74+70+87=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4657 is #B5B9A8. Grayscale: #494949. Windows color (decimal): -11909545 or 5719626. OLE color: 5719626.

HSL color Cylindrical-coordinate representation of color #4A4657: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4657 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 70 87 -
CMYK 0.15 0.20 0 0.66
HSL 254.12º 0.11% 0.31% -
HSV(B) 254.12º 0.2% 0.34% -
XYZ 6.73 6.52 9.92 -
YUV 73.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 74 70 87 0.15 0.20 0 0.66 254.12 0.11 0.31
Hex 4A 46 57 F 14 0 42 FE B 1F
Octal 112 106 127 17 24 0 102 376 13 37
Binary 1001010 1000110 1010111 1111 10100 0 1000010 11111110 1011 11111

Color Harmonies of #4A4657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4657

Black with #4A4657

Text Example


Text Example

White with #4A4657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,70,87); }

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

background-color css

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

 a { background-color: rgb(74,70,87); }

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

border-color css

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

 span { border-color: rgb(74,70,87); }

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