Html Css Color HEX #4B4C53 Gun Powder

📋 copy color: '#4B4C53'

red 75 ◦ green 76 ◦ blue 83

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

Shades of Gun Powder #4B4C53

Tints of Gun Powder #4B4C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.48%

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

R = 32.05%
G = 32.48%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B4C53 (or 0x4B4C53) is known color: Gun Powder. HEX triplet: 4B, 4C and 53. RGB value is (75,76,83). Sum of RGB (Red+Green+Blue) = 75+76+83=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4C53 is #B4B3AC. Grayscale: #4C4C4C. Windows color (decimal): -11842477 or 5459019. OLE color: 5459019.

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

Color convert

RGB 75 76 83 -
CMYK 0.10 0.08 0 0.67
HSL 232.5º 0.05% 0.31% -
HSV(B) 232.5º 0.1% 0.33% -
XYZ 7.05 7.29 9.22 -
YUV 76.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 75 76 83 0.10 0.08 0 0.67 232.5 0.05 0.31
Hex 4B 4C 53 A 8 0 43 E8 5 1F
Octal 113 114 123 12 10 0 103 350 5 37
Binary 1001011 1001100 1010011 1010 1000 0 1000011 11101000 101 11111

Color Harmonies of #4B4C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4C53

Black with #4B4C53

Text Example


Text Example

White with #4B4C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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