Shades of Blue Gem #463A93
Tints of Blue Gem #463A93
RGB
CMYK
RGB Variations
Color information
#463A93 (or 0x463A93) is known color: Blue Gem. HEX triplet: 46, 3A and 93. RGB value is (70,58,147). Sum of RGB (Red+Green+Blue) = 70+58+147=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #463A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A93 is #B9C56C. Grayscale: #474747. Windows color (decimal): -12174701 or 9648710. OLE color: 9648710.
HSL color Cylindrical-coordinate representation of color #463A93: hue angle of 248.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463A93 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 58 | 147 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.42 |
| HSL | 248.09º | 0.43% | 0.4% | - |
| HSV(B) | 248.09º | 0.61% | 0.58% | - |
| XYZ | 9.31 | 6.43 | 28.36 | - |
| YUV | 71.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 147 | 0.52 | 0.61 | 0 | 0.42 | 248.09 | 0.43 | 0.4 |
| Hex | 46 | 3A | 93 | 34 | 3D | 0 | 2A | F8 | 2B | 28 |
| Octal | 106 | 72 | 223 | 64 | 75 | 0 | 52 | 370 | 53 | 50 |
| Binary | 1000110 | 111010 | 10010011 | 110100 | 111101 | 0 | 101010 | 11111000 | 101011 | 101000 |
Color Harmonies of #463A93
Complementary color
Monochromatic Colors of #463A93
Black with #463A93
Text Example
Text Example
White with #463A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A93; }
p { color: rgb(70,58,147); }
H1.HeaderClassName
{
color: #463A93;
}
.AnyTagClassName
{
color: #463A93;
}
</style>
background-color css
<style>
a { background-color: #463A93; }
a { background-color: rgb(70,58,147); }
div.DivClassName
{
background-color: #463A93;
}
.BgClassName
{
background-color: #463A93;
}
</style>
border-color css
<style>
span { border-color: #463A93; }
span { border-color: rgb(70,58,147); }
td.TdClassName
{
border-color: #463A93;
}
.TagClassName
{
border-color: #463A93;
}
</style>