Html Css Color HEX #4A4858 Gun Powder

📋 copy color: '#4A4858'

red 74 ◦ green 72 ◦ blue 88

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

Shades of Gun Powder #4A4858

Tints of Gun Powder #4A4858

RGB

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

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

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

R = 31.62%
G = 30.77%
B = 37.61%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A4858 (or 0x4A4858) is known color: Gun Powder. HEX triplet: 4A, 48 and 58. RGB value is (74,72,88). Sum of RGB (Red+Green+Blue) = 74+72+88=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A4858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4858 is #B5B7A7. Grayscale: #4A4A4A. Windows color (decimal): -11909032 or 5785674. OLE color: 5785674.

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

Color convert

RGB 74 72 88 -
CMYK 0.16 0.18 0 0.65
HSL 247.5º 0.1% 0.31% -
HSV(B) 247.5º 0.18% 0.35% -
XYZ 6.9 6.8 10.18 -
YUV 74.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 74 72 88 0.16 0.18 0 0.65 247.5 0.1 0.31
Hex 4A 48 58 10 12 0 41 F8 A 1F
Octal 112 110 130 20 22 0 101 370 12 37
Binary 1001010 1001000 1011000 10000 10010 0 1000001 11111000 1010 11111

Color Harmonies of #4A4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4858

Black with #4A4858

Text Example


Text Example

White with #4A4858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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