Shades of Blue Gem #463087
Tints of Blue Gem #463087
RGB
CMYK
RGB Variations
Color information
#463087 (or 0x463087) is known color: Blue Gem. HEX triplet: 46, 30 and 87. RGB value is (70,48,135). Sum of RGB (Red+Green+Blue) = 70+48+135=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #463087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463087 is #B9CF78. Grayscale: #404040. Windows color (decimal): -12177273 or 8859718. OLE color: 8859718.
HSL color Cylindrical-coordinate representation of color #463087: hue angle of 255.17º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463087 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 48 | 135 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.47 |
| HSL | 255.17º | 0.48% | 0.36% | - |
| HSV(B) | 255.17º | 0.64% | 0.53% | - |
| XYZ | 7.96 | 5.17 | 23.5 | - |
| YUV | 64.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 135 | 0.48 | 0.64 | 0 | 0.47 | 255.17 | 0.48 | 0.36 |
| Hex | 46 | 30 | 87 | 30 | 40 | 0 | 2F | FF | 30 | 24 |
| Octal | 106 | 60 | 207 | 60 | 100 | 0 | 57 | 377 | 60 | 44 |
| Binary | 1000110 | 110000 | 10000111 | 110000 | 1000000 | 0 | 101111 | 11111111 | 110000 | 100100 |
Color Harmonies of #463087
Complementary color
Monochromatic Colors of #463087
Black with #463087
Text Example
Text Example
White with #463087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463087; }
p { color: rgb(70,48,135); }
H1.HeaderClassName
{
color: #463087;
}
.AnyTagClassName
{
color: #463087;
}
</style>
background-color css
<style>
a { background-color: #463087; }
a { background-color: rgb(70,48,135); }
div.DivClassName
{
background-color: #463087;
}
.BgClassName
{
background-color: #463087;
}
</style>
border-color css
<style>
span { border-color: #463087; }
span { border-color: rgb(70,48,135); }
td.TdClassName
{
border-color: #463087;
}
.TagClassName
{
border-color: #463087;
}
</style>