Shades of Bossanova #4A384F
Tints of Bossanova #4A384F
RGB
CMYK
RGB Variations
Color information
#4A384F (or 0x4A384F) is known color: Bossanova. HEX triplet: 4A, 38 and 4F. RGB value is (74,56,79). Sum of RGB (Red+Green+Blue) = 74+56+79=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A384F is #B5C7B0. Grayscale: #3F3F3F. Windows color (decimal): -11913137 or 5191754. OLE color: 5191754.
HSL color Cylindrical-coordinate representation of color #4A384F: hue angle of 286.96º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A384F is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 56 | 79 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.69 |
| HSL | 286.96º | 0.17% | 0.26% | - |
| HSV(B) | 286.96º | 0.29% | 0.31% | - |
| XYZ | 5.65 | 4.85 | 8.04 | - |
| YUV | 64 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 79 | 0.06 | 0.29 | 0 | 0.69 | 286.96 | 0.17 | 0.26 |
| Hex | 4A | 38 | 4F | 6 | 1D | 0 | 45 | 11F | 11 | 1A |
| Octal | 112 | 70 | 117 | 6 | 35 | 0 | 105 | 437 | 21 | 32 |
| Binary | 1001010 | 111000 | 1001111 | 110 | 11101 | 0 | 1000101 | 100011111 | 10001 | 11010 |
Color Harmonies of #4A384F
Complementary color
Monochromatic Colors of #4A384F
Black with #4A384F
Text Example
Text Example
White with #4A384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A384F; }
p { color: rgb(74,56,79); }
H1.HeaderClassName
{
color: #4A384F;
}
.AnyTagClassName
{
color: #4A384F;
}
</style>
background-color css
<style>
a { background-color: #4A384F; }
a { background-color: rgb(74,56,79); }
div.DivClassName
{
background-color: #4A384F;
}
.BgClassName
{
background-color: #4A384F;
}
</style>
border-color css
<style>
span { border-color: #4A384F; }
span { border-color: rgb(74,56,79); }
td.TdClassName
{
border-color: #4A384F;
}
.TagClassName
{
border-color: #4A384F;
}
</style>