Shades of Bossanova #4B444D
Tints of Bossanova #4B444D
RGB
CMYK
RGB Variations
Color information
#4B444D (or 0x4B444D) is known color: Bossanova. HEX triplet: 4B, 44 and 4D. RGB value is (75,68,77). Sum of RGB (Red+Green+Blue) = 75+68+77=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B444D is #B4BBB2. Grayscale: #474747. Windows color (decimal): -11844531 or 5063755. OLE color: 5063755.
HSL color Cylindrical-coordinate representation of color #4B444D: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B444D is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 75 | 68 | 77 | - |
CMYK | 0.03 | 0.12 | 0 | 0.70 |
HSL | 286.67º | 0.06% | 0.28% | - |
HSV(B) | 286.67º | 0.12% | 0.3% | - |
XYZ | 6.31 | 6.17 | 7.88 | - |
YUV | 71.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 68 | 77 | 0.03 | 0.12 | 0 | 0.70 | 286.67 | 0.06 | 0.28 |
Hex | 4B | 44 | 4D | 3 | C | 0 | 46 | 11F | 6 | 1C |
Octal | 113 | 104 | 115 | 3 | 14 | 0 | 106 | 437 | 6 | 34 |
Binary | 1001011 | 1000100 | 1001101 | 11 | 1100 | 0 | 1000110 | 100011111 | 110 | 11100 |
Color Harmonies of #4B444D
Complementary color
Monochromatic Colors of #4B444D
Black with #4B444D
Text Example
Text Example
White with #4B444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B444D; }
p { color: rgb(75,68,77); }
H1.HeaderClassName
{
color: #4B444D;
}
.AnyTagClassName
{
color: #4B444D;
}
</style>
background-color css
<style>
a { background-color: #4B444D; }
a { background-color: rgb(75,68,77); }
div.DivClassName
{
background-color: #4B444D;
}
.BgClassName
{
background-color: #4B444D;
}
</style>
border-color css
<style>
span { border-color: #4B444D; }
span { border-color: rgb(75,68,77); }
td.TdClassName
{
border-color: #4B444D;
}
.TagClassName
{
border-color: #4B444D;
}
</style>