Html Css Color HEX #4B465F Gun Powder

📋 copy color: '#4B465F'

red 75 ◦ green 70 ◦ blue 95

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

Shades of Gun Powder #4B465F

Tints of Gun Powder #4B465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 31.25%
G = 29.17%
B = 39.58%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B465F (or 0x4B465F) is known color: Gun Powder. HEX triplet: 4B, 46 and 5F. RGB value is (75,70,95). Sum of RGB (Red+Green+Blue) = 75+70+95=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B465F is #B4B9A0. Grayscale: #4A4A4A. Windows color (decimal): -11844001 or 6243915. OLE color: 6243915.

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

Color convert

RGB 75 70 95 -
CMYK 0.21 0.26 0 0.63
HSL 252º 0.15% 0.32% -
HSV(B) 252º 0.26% 0.37% -
XYZ 7.16 6.7 11.74 -
YUV 74.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 75 70 95 0.21 0.26 0 0.63 252 0.15 0.32
Hex 4B 46 5F 15 1A 0 3F FC F 20
Octal 113 106 137 25 32 0 77 374 17 40
Binary 1001011 1000110 1011111 10101 11010 0 111111 11111100 1111 100000

Color Harmonies of #4B465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B465F

Black with #4B465F

Text Example


Text Example

White with #4B465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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