Shades of Blue Gem #463A9E
Tints of Blue Gem #463A9E
RGB
CMYK
RGB Variations
Color information
#463A9E (or 0x463A9E) is known color: Blue Gem. HEX triplet: 46, 3A and 9E. RGB value is (70,58,158). Sum of RGB (Red+Green+Blue) = 70+58+158=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #463A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A9E is #B9C561. Grayscale: #484848. Windows color (decimal): -12174690 or 10369606. OLE color: 10369606.
HSL color Cylindrical-coordinate representation of color #463A9E: hue angle of 247.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463A9E is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 58 | 158 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.38 |
| HSL | 247.2º | 0.46% | 0.42% | - |
| HSV(B) | 247.2º | 0.63% | 0.62% | - |
| XYZ | 10.21 | 6.8 | 33.12 | - |
| YUV | 72.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 158 | 0.56 | 0.63 | 0 | 0.38 | 247.2 | 0.46 | 0.42 |
| Hex | 46 | 3A | 9E | 38 | 3F | 0 | 26 | F7 | 2E | 2A |
| Octal | 106 | 72 | 236 | 70 | 77 | 0 | 46 | 367 | 56 | 52 |
| Binary | 1000110 | 111010 | 10011110 | 111000 | 111111 | 0 | 100110 | 11110111 | 101110 | 101010 |
Color Harmonies of #463A9E
Complementary color
Monochromatic Colors of #463A9E
Black with #463A9E
Text Example
Text Example
White with #463A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A9E; }
p { color: rgb(70,58,158); }
H1.HeaderClassName
{
color: #463A9E;
}
.AnyTagClassName
{
color: #463A9E;
}
</style>
background-color css
<style>
a { background-color: #463A9E; }
a { background-color: rgb(70,58,158); }
div.DivClassName
{
background-color: #463A9E;
}
.BgClassName
{
background-color: #463A9E;
}
</style>
border-color css
<style>
span { border-color: #463A9E; }
span { border-color: rgb(70,58,158); }
td.TdClassName
{
border-color: #463A9E;
}
.TagClassName
{
border-color: #463A9E;
}
</style>