Shades of Gun Powder #4B4B5B
Tints of Gun Powder #4B4B5B
RGB
CMYK
RGB Variations
Color information
#4B4B5B (or 0x4B4B5B) is known color: Gun Powder. HEX triplet: 4B, 4B and 5B. RGB value is (75,75,91). Sum of RGB (Red+Green+Blue) = 75+75+91=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B4B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4B5B is #B4B4A4. Grayscale: #4C4C4C. Windows color (decimal): -11842725 or 5983051. OLE color: 5983051.
HSL color Cylindrical-coordinate representation of color #4B4B5B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B4B5B is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 75 | 75 | 91 | - |
CMYK | 0.18 | 0.18 | 0 | 0.64 |
HSL | 240º | 0.1% | 0.33% | - |
HSV(B) | 240º | 0.18% | 0.36% | - |
XYZ | 7.31 | 7.28 | 10.92 | - |
YUV | 76.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 75 | 91 | 0.18 | 0.18 | 0 | 0.64 | 240 | 0.1 | 0.33 |
Hex | 4B | 4B | 5B | 12 | 12 | 0 | 40 | F0 | A | 21 |
Octal | 113 | 113 | 133 | 22 | 22 | 0 | 100 | 360 | 12 | 41 |
Binary | 1001011 | 1001011 | 1011011 | 10010 | 10010 | 0 | 1000000 | 11110000 | 1010 | 100001 |
Color Harmonies of #4B4B5B
Complementary color
Monochromatic Colors of #4B4B5B
Black with #4B4B5B
Text Example
Text Example
White with #4B4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4B5B; }
p { color: rgb(75,75,91); }
H1.HeaderClassName
{
color: #4B4B5B;
}
.AnyTagClassName
{
color: #4B4B5B;
}
</style>
background-color css
<style>
a { background-color: #4B4B5B; }
a { background-color: rgb(75,75,91); }
div.DivClassName
{
background-color: #4B4B5B;
}
.BgClassName
{
background-color: #4B4B5B;
}
</style>
border-color css
<style>
span { border-color: #4B4B5B; }
span { border-color: rgb(75,75,91); }
td.TdClassName
{
border-color: #4B4B5B;
}
.TagClassName
{
border-color: #4B4B5B;
}
</style>