Html Css Color HEX #4B485F Gun Powder

📋 copy color: '#4B485F'

red 75 ◦ green 72 ◦ blue 95

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

Shades of Gun Powder #4B485F

Tints of Gun Powder #4B485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 30.99%
G = 29.75%
B = 39.26%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B485F (or 0x4B485F) is known color: Gun Powder. HEX triplet: 4B, 48 and 5F. RGB value is (75,72,95). Sum of RGB (Red+Green+Blue) = 75+72+95=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B485F is #B4B7A0. Grayscale: #4B4B4B. Windows color (decimal): -11843489 or 6244427. OLE color: 6244427.

HSL color Cylindrical-coordinate representation of color #4B485F: hue angle of 247.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B485F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 72 95 -
CMYK 0.21 0.24 0 0.63
HSL 247.83º 0.14% 0.33% -
HSV(B) 247.83º 0.24% 0.37% -
XYZ 7.28 6.96 11.79 -
YUV 75.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 75 72 95 0.21 0.24 0 0.63 247.83 0.14 0.33
Hex 4B 48 5F 15 18 0 3F F8 E 21
Octal 113 110 137 25 30 0 77 370 16 41
Binary 1001011 1001000 1011111 10101 11000 0 111111 11111000 1110 100001

Color Harmonies of #4B485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B485F

Black with #4B485F

Text Example


Text Example

White with #4B485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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