Html Css Color HEX #4B4855 Gun Powder

📋 copy color: '#4B4855'

red 75 ◦ green 72 ◦ blue 85

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

Shades of Gun Powder #4B4855

Tints of Gun Powder #4B4855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 32.33%
G = 31.03%
B = 36.64%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B4855 (or 0x4B4855) is known color: Gun Powder. HEX triplet: 4B, 48 and 55. RGB value is (75,72,85). Sum of RGB (Red+Green+Blue) = 75+72+85=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4855 is #B4B7AA. Grayscale: #4A4A4A. Windows color (decimal): -11843499 or 5589067. OLE color: 5589067.

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

Color convert

RGB 75 72 85 -
CMYK 0.12 0.15 0 0.67
HSL 253.85º 0.08% 0.31% -
HSV(B) 253.85º 0.15% 0.33% -
XYZ 6.86 6.79 9.54 -
YUV 74.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 75 72 85 0.12 0.15 0 0.67 253.85 0.08 0.31
Hex 4B 48 55 C F 0 43 FE 8 1F
Octal 113 110 125 14 17 0 103 376 10 37
Binary 1001011 1001000 1010101 1100 1111 0 1000011 11111110 1000 11111

Color Harmonies of #4B4855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4855

Black with #4B4855

Text Example


Text Example

White with #4B4855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,85); }

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

background-color css

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

 a { background-color: rgb(75,72,85); }

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

border-color css

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

 span { border-color: rgb(75,72,85); }

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