Shades of Blue Gem #463A99
Tints of Blue Gem #463A99
RGB
CMYK
RGB Variations
Color information
#463A99 (or 0x463A99) is known color: Blue Gem. HEX triplet: 46, 3A and 99. RGB value is (70,58,153). Sum of RGB (Red+Green+Blue) = 70+58+153=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #463A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463A99 is #B9C566. Grayscale: #484848. Windows color (decimal): -12174695 or 10041926. OLE color: 10041926.
HSL color Cylindrical-coordinate representation of color #463A99: hue angle of 247.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463A99 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 58 | 153 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.4 |
| HSL | 247.58º | 0.45% | 0.41% | - |
| HSV(B) | 247.58º | 0.62% | 0.6% | - |
| XYZ | 9.79 | 6.63 | 30.9 | - |
| YUV | 72.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 153 | 0.54 | 0.62 | 0 | 0.4 | 247.58 | 0.45 | 0.41 |
| Hex | 46 | 3A | 99 | 36 | 3E | 0 | 28 | F8 | 2D | 29 |
| Octal | 106 | 72 | 231 | 66 | 76 | 0 | 50 | 370 | 55 | 51 |
| Binary | 1000110 | 111010 | 10011001 | 110110 | 111110 | 0 | 101000 | 11111000 | 101101 | 101001 |
Color Harmonies of #463A99
Complementary color
Monochromatic Colors of #463A99
Black with #463A99
Text Example
Text Example
White with #463A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A99; }
p { color: rgb(70,58,153); }
H1.HeaderClassName
{
color: #463A99;
}
.AnyTagClassName
{
color: #463A99;
}
</style>
background-color css
<style>
a { background-color: #463A99; }
a { background-color: rgb(70,58,153); }
div.DivClassName
{
background-color: #463A99;
}
.BgClassName
{
background-color: #463A99;
}
</style>
border-color css
<style>
span { border-color: #463A99; }
span { border-color: rgb(70,58,153); }
td.TdClassName
{
border-color: #463A99;
}
.TagClassName
{
border-color: #463A99;
}
</style>