Html Css Color HEX #4B4953 Gun Powder

📋 copy color: '#4B4953'

red 75 ◦ green 73 ◦ blue 83

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

Shades of Gun Powder #4B4953

Tints of Gun Powder #4B4953

RGB

 RED value IS 75 (29.69% from 255) = 32.47%

 GREEN value IS 73 (28.91% from 255) = 31.6%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 32.47%
G = 31.6%
B = 35.93%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B4953 (or 0x4B4953) is known color: Gun Powder. HEX triplet: 4B, 49 and 53. RGB value is (75,73,83). Sum of RGB (Red+Green+Blue) = 75+73+83=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4953 is #B4B6AC. Grayscale: #4A4A4A. Windows color (decimal): -11843245 or 5458251. OLE color: 5458251.

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

Color convert

RGB 75 73 83 -
CMYK 0.10 0.12 0 0.67
HSL 252º 0.06% 0.31% -
HSV(B) 252º 0.12% 0.33% -
XYZ 6.85 6.89 9.15 -
YUV 74.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 75 73 83 0.10 0.12 0 0.67 252 0.06 0.31
Hex 4B 49 53 A C 0 43 FC 6 1F
Octal 113 111 123 12 14 0 103 374 6 37
Binary 1001011 1001001 1010011 1010 1100 0 1000011 11111100 110 11111

Color Harmonies of #4B4953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4953

Black with #4B4953

Text Example


Text Example

White with #4B4953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,73,83); }

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

background-color css

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

 a { background-color: rgb(75,73,83); }

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

border-color css

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

 span { border-color: rgb(75,73,83); }

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