Shades of Blue Gem #463199
Tints of Blue Gem #463199
RGB
CMYK
RGB Variations
Color information
#463199 (or 0x463199) is known color: Blue Gem. HEX triplet: 46, 31 and 99. RGB value is (70,49,153). Sum of RGB (Red+Green+Blue) = 70+49+153=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #463199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463199 is #B9CE66. Grayscale: #424242. Windows color (decimal): -12176999 or 10039622. OLE color: 10039622.
HSL color Cylindrical-coordinate representation of color #463199: hue angle of 252.12º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463199 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 49 | 153 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.4 |
| HSL | 252.12º | 0.51% | 0.4% | - |
| HSV(B) | 252.12º | 0.68% | 0.6% | - |
| XYZ | 9.37 | 5.8 | 30.76 | - |
| YUV | 67.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 153 | 0.54 | 0.68 | 0 | 0.4 | 252.12 | 0.51 | 0.4 |
| Hex | 46 | 31 | 99 | 36 | 44 | 0 | 28 | FC | 33 | 28 |
| Octal | 106 | 61 | 231 | 66 | 104 | 0 | 50 | 374 | 63 | 50 |
| Binary | 1000110 | 110001 | 10011001 | 110110 | 1000100 | 0 | 101000 | 11111100 | 110011 | 101000 |
Color Harmonies of #463199
Complementary color
Monochromatic Colors of #463199
Black with #463199
Text Example
Text Example
White with #463199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463199; }
p { color: rgb(70,49,153); }
H1.HeaderClassName
{
color: #463199;
}
.AnyTagClassName
{
color: #463199;
}
</style>
background-color css
<style>
a { background-color: #463199; }
a { background-color: rgb(70,49,153); }
div.DivClassName
{
background-color: #463199;
}
.BgClassName
{
background-color: #463199;
}
</style>
border-color css
<style>
span { border-color: #463199; }
span { border-color: rgb(70,49,153); }
td.TdClassName
{
border-color: #463199;
}
.TagClassName
{
border-color: #463199;
}
</style>