Shades of Blue Gem #463AA9
Tints of Blue Gem #463AA9
RGB
CMYK
RGB Variations
Color information
#463AA9 (or 0x463AA9) is known color: Blue Gem. HEX triplet: 46, 3A and A9. RGB value is (70,58,169). Sum of RGB (Red+Green+Blue) = 70+58+169=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #463AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AA9 is #B9C556. Grayscale: #494949. Windows color (decimal): -12174679 or 11090502. OLE color: 11090502.
HSL color Cylindrical-coordinate representation of color #463AA9: hue angle of 246.49º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463AA9 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 58 | 169 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.34 |
| HSL | 246.49º | 0.49% | 0.45% | - |
| HSV(B) | 246.49º | 0.66% | 0.66% | - |
| XYZ | 11.2 | 7.19 | 38.33 | - |
| YUV | 74.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 169 | 0.59 | 0.66 | 0 | 0.34 | 246.49 | 0.49 | 0.45 |
| Hex | 46 | 3A | A9 | 3B | 42 | 0 | 22 | F6 | 31 | 2D |
| Octal | 106 | 72 | 251 | 73 | 102 | 0 | 42 | 366 | 61 | 55 |
| Binary | 1000110 | 111010 | 10101001 | 111011 | 1000010 | 0 | 100010 | 11110110 | 110001 | 101101 |
Color Harmonies of #463AA9
Complementary color
Monochromatic Colors of #463AA9
Black with #463AA9
Text Example
Text Example
White with #463AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AA9; }
p { color: rgb(70,58,169); }
H1.HeaderClassName
{
color: #463AA9;
}
.AnyTagClassName
{
color: #463AA9;
}
</style>
background-color css
<style>
a { background-color: #463AA9; }
a { background-color: rgb(70,58,169); }
div.DivClassName
{
background-color: #463AA9;
}
.BgClassName
{
background-color: #463AA9;
}
</style>
border-color css
<style>
span { border-color: #463AA9; }
span { border-color: rgb(70,58,169); }
td.TdClassName
{
border-color: #463AA9;
}
.TagClassName
{
border-color: #463AA9;
}
</style>