Shades of Blue Gem #463291
Tints of Blue Gem #463291
RGB
CMYK
RGB Variations
Color information
#463291 (or 0x463291) is known color: Blue Gem. HEX triplet: 46, 32 and 91. RGB value is (70,50,145). Sum of RGB (Red+Green+Blue) = 70+50+145=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #463291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463291 is #B9CD6E. Grayscale: #424242. Windows color (decimal): -12176751 or 9515590. OLE color: 9515590.
HSL color Cylindrical-coordinate representation of color #463291: hue angle of 252.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463291 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 50 | 145 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.43 |
| HSL | 252.63º | 0.49% | 0.38% | - |
| HSV(B) | 252.63º | 0.66% | 0.57% | - |
| XYZ | 8.78 | 5.63 | 27.41 | - |
| YUV | 66.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 145 | 0.52 | 0.66 | 0 | 0.43 | 252.63 | 0.49 | 0.38 |
| Hex | 46 | 32 | 91 | 34 | 42 | 0 | 2B | FD | 31 | 26 |
| Octal | 106 | 62 | 221 | 64 | 102 | 0 | 53 | 375 | 61 | 46 |
| Binary | 1000110 | 110010 | 10010001 | 110100 | 1000010 | 0 | 101011 | 11111101 | 110001 | 100110 |
Color Harmonies of #463291
Complementary color
Monochromatic Colors of #463291
Black with #463291
Text Example
Text Example
White with #463291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463291; }
p { color: rgb(70,50,145); }
H1.HeaderClassName
{
color: #463291;
}
.AnyTagClassName
{
color: #463291;
}
</style>
background-color css
<style>
a { background-color: #463291; }
a { background-color: rgb(70,50,145); }
div.DivClassName
{
background-color: #463291;
}
.BgClassName
{
background-color: #463291;
}
</style>
border-color css
<style>
span { border-color: #463291; }
span { border-color: rgb(70,50,145); }
td.TdClassName
{
border-color: #463291;
}
.TagClassName
{
border-color: #463291;
}
</style>