Shades of Blue Gem #463289
Tints of Blue Gem #463289
RGB
CMYK
RGB Variations
Color information
#463289 (or 0x463289) is known color: Blue Gem. HEX triplet: 46, 32 and 89. RGB value is (70,50,137). Sum of RGB (Red+Green+Blue) = 70+50+137=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #463289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463289 is #B9CD76. Grayscale: #414141. Windows color (decimal): -12176759 or 8991302. OLE color: 8991302.
HSL color Cylindrical-coordinate representation of color #463289: hue angle of 253.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463289 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 50 | 137 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.46 |
| HSL | 253.79º | 0.47% | 0.37% | - |
| HSV(B) | 253.79º | 0.64% | 0.54% | - |
| XYZ | 8.18 | 5.39 | 24.28 | - |
| YUV | 65.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 137 | 0.49 | 0.64 | 0 | 0.46 | 253.79 | 0.47 | 0.37 |
| Hex | 46 | 32 | 89 | 31 | 40 | 0 | 2E | FE | 2F | 25 |
| Octal | 106 | 62 | 211 | 61 | 100 | 0 | 56 | 376 | 57 | 45 |
| Binary | 1000110 | 110010 | 10001001 | 110001 | 1000000 | 0 | 101110 | 11111110 | 101111 | 100101 |
Color Harmonies of #463289
Complementary color
Monochromatic Colors of #463289
Black with #463289
Text Example
Text Example
White with #463289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463289; }
p { color: rgb(70,50,137); }
H1.HeaderClassName
{
color: #463289;
}
.AnyTagClassName
{
color: #463289;
}
</style>
background-color css
<style>
a { background-color: #463289; }
a { background-color: rgb(70,50,137); }
div.DivClassName
{
background-color: #463289;
}
.BgClassName
{
background-color: #463289;
}
</style>
border-color css
<style>
span { border-color: #463289; }
span { border-color: rgb(70,50,137); }
td.TdClassName
{
border-color: #463289;
}
.TagClassName
{
border-color: #463289;
}
</style>