Shades of Royal Heath #B4467E
Tints of Royal Heath #B4467E
RGB
CMYK
RGB Variations
Color information
#B4467E (or 0xB4467E) is known color: Royal Heath. HEX triplet: B4, 46 and 7E. RGB value is (180,70,126). Sum of RGB (Red+Green+Blue) = 180+70+126=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4467E is #4BB981. Grayscale: #6D6D6D. Windows color (decimal): -4962690 or 8275636. OLE color: 8275636.
HSL color Cylindrical-coordinate representation of color #B4467E: hue angle of 329.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4467E is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 126 | - |
| CMYK | 0 | 0.61 | 0.3 | 0.29 |
| HSL | 329.45º | 0.44% | 0.49% | - |
| HSV(B) | 329.45º | 0.61% | 0.71% | - |
| XYZ | 24.78 | 15.59 | 21.44 | - |
| YUV | 109.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 126 | 0 | 0.61 | 0.3 | 0.29 | 329.45 | 0.44 | 0.49 |
| Hex | B4 | 46 | 7E | 0 | 3D | 1E | 1D | 149 | 2C | 31 |
| Octal | 264 | 106 | 176 | 0 | 75 | 36 | 35 | 511 | 54 | 61 |
| Binary | 10110100 | 1000110 | 1111110 | 0 | 111101 | 11110 | 11101 | 101001001 | 101100 | 110001 |
Color Harmonies of #B4467E
Complementary color
Monochromatic Colors of #B4467E
Black with #B4467E
Text Example
Text Example
White with #B4467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4467E; }
p { color: rgb(180,70,126); }
H1.HeaderClassName
{
color: #B4467E;
}
.AnyTagClassName
{
color: #B4467E;
}
</style>
background-color css
<style>
a { background-color: #B4467E; }
a { background-color: rgb(180,70,126); }
div.DivClassName
{
background-color: #B4467E;
}
.BgClassName
{
background-color: #B4467E;
}
</style>
border-color css
<style>
span { border-color: #B4467E; }
span { border-color: rgb(180,70,126); }
td.TdClassName
{
border-color: #B4467E;
}
.TagClassName
{
border-color: #B4467E;
}
</style>