#4B4C53

Color #4B4C53 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #4B4C53

Tints of Gun Powder #4B4C53

Color information

#4B4C53 (or 0x4B4C53) is unknown color: approx 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

RGB757683-
CMYK0.100.0800.67
HSL232.5º5.06%30.98%-
HSV(B)232.5º9.64%32.55%-
XYZ7.057.299.22-
YUV76.5131.67126.93-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7576830.100.0800.67232.55.0630.98
Hex4B4C53A8043e851f
Octal11311412312100103350537
Binary10010111001100101001110101000010000111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>