Html Css Color HEX #4A4758 Gun Powder

📋 copy color: '#4A4758'

red 74 ◦ green 71 ◦ blue 88

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

Shades of Gun Powder #4A4758

Tints of Gun Powder #4A4758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 31.76%
G = 30.47%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A4758 (or 0x4A4758) is known color: Gun Powder. HEX triplet: 4A, 47 and 58. RGB value is (74,71,88). Sum of RGB (Red+Green+Blue) = 74+71+88=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A4758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4758 is #B5B8A7. Grayscale: #494949. Windows color (decimal): -11909288 or 5785418. OLE color: 5785418.

HSL color Cylindrical-coordinate representation of color #4A4758: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A4758 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 71 88 -
CMYK 0.16 0.19 0 0.65
HSL 250.59º 0.11% 0.31% -
HSV(B) 250.59º 0.19% 0.35% -
XYZ 6.84 6.67 10.16 -
YUV 73.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 74 71 88 0.16 0.19 0 0.65 250.59 0.11 0.31
Hex 4A 47 58 10 13 0 41 FB B 1F
Octal 112 107 130 20 23 0 101 373 13 37
Binary 1001010 1000111 1011000 10000 10011 0 1000001 11111011 1011 11111

Color Harmonies of #4A4758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4758

Black with #4A4758

Text Example


Text Example

White with #4A4758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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