Shades of Blue Gem #463198
Tints of Blue Gem #463198
RGB
CMYK
RGB Variations
Color information
#463198 (or 0x463198) is known color: Blue Gem. HEX triplet: 46, 31 and 98. RGB value is (70,49,152). Sum of RGB (Red+Green+Blue) = 70+49+152=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #463198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463198 is #B9CE67. Grayscale: #424242. Windows color (decimal): -12177000 or 9974086. OLE color: 9974086.
HSL color Cylindrical-coordinate representation of color #463198: hue angle of 252.23º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463198 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 49 | 152 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.40 |
| HSL | 252.23º | 0.51% | 0.39% | - |
| HSV(B) | 252.23º | 0.68% | 0.6% | - |
| XYZ | 9.29 | 5.77 | 30.33 | - |
| YUV | 67.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 152 | 0.54 | 0.68 | 0 | 0.40 | 252.23 | 0.51 | 0.39 |
| Hex | 46 | 31 | 98 | 36 | 44 | 0 | 28 | FC | 33 | 27 |
| Octal | 106 | 61 | 230 | 66 | 104 | 0 | 50 | 374 | 63 | 47 |
| Binary | 1000110 | 110001 | 10011000 | 110110 | 1000100 | 0 | 101000 | 11111100 | 110011 | 100111 |
Color Harmonies of #463198
Complementary color
Monochromatic Colors of #463198
Black with #463198
Text Example
Text Example
White with #463198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463198; }
p { color: rgb(70,49,152); }
H1.HeaderClassName
{
color: #463198;
}
.AnyTagClassName
{
color: #463198;
}
</style>
background-color css
<style>
a { background-color: #463198; }
a { background-color: rgb(70,49,152); }
div.DivClassName
{
background-color: #463198;
}
.BgClassName
{
background-color: #463198;
}
</style>
border-color css
<style>
span { border-color: #463198; }
span { border-color: rgb(70,49,152); }
td.TdClassName
{
border-color: #463198;
}
.TagClassName
{
border-color: #463198;
}
</style>