Shades of Bossanova #4B444E
Tints of Bossanova #4B444E
RGB
CMYK
RGB Variations
Color information
#4B444E (or 0x4B444E) is known color: Bossanova. HEX triplet: 4B, 44 and 4E. RGB value is (75,68,78). Sum of RGB (Red+Green+Blue) = 75+68+78=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B444E is #B4BBB1. Grayscale: #474747. Windows color (decimal): -11844530 or 5129291. OLE color: 5129291.
HSL color Cylindrical-coordinate representation of color #4B444E: hue angle of 282º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B444E is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 75 | 68 | 78 | - |
CMYK | 0.04 | 0.13 | 0 | 0.69 |
HSL | 282º | 0.07% | 0.29% | - |
HSV(B) | 282º | 0.13% | 0.31% | - |
XYZ | 6.34 | 6.18 | 8.07 | - |
YUV | 71.23 | 131.82 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 75 | 68 | 78 | 0.04 | 0.13 | 0 | 0.69 | 282 | 0.07 | 0.29 |
Hex | 4B | 44 | 4E | 4 | D | 0 | 45 | 11A | 7 | 1D |
Octal | 113 | 104 | 116 | 4 | 15 | 0 | 105 | 432 | 7 | 35 |
Binary | 1001011 | 1000100 | 1001110 | 100 | 1101 | 0 | 1000101 | 100011010 | 111 | 11101 |
Color Harmonies of #4B444E
Complementary color
Monochromatic Colors of #4B444E
Black with #4B444E
Text Example
Text Example
White with #4B444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B444E; }
p { color: rgb(75,68,78); }
H1.HeaderClassName
{
color: #4B444E;
}
.AnyTagClassName
{
color: #4B444E;
}
</style>
background-color css
<style>
a { background-color: #4B444E; }
a { background-color: rgb(75,68,78); }
div.DivClassName
{
background-color: #4B444E;
}
.BgClassName
{
background-color: #4B444E;
}
</style>
border-color css
<style>
span { border-color: #4B444E; }
span { border-color: rgb(75,68,78); }
td.TdClassName
{
border-color: #4B444E;
}
.TagClassName
{
border-color: #4B444E;
}
</style>