Shades of Blue Gem #463AA2
Tints of Blue Gem #463AA2
RGB
CMYK
RGB Variations
Color information
#463AA2 (or 0x463AA2) is known color: Blue Gem. HEX triplet: 46, 3A and A2. RGB value is (70,58,162). Sum of RGB (Red+Green+Blue) = 70+58+162=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #463AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AA2 is #B9C55D. Grayscale: #494949. Windows color (decimal): -12174686 or 10631750. OLE color: 10631750.
HSL color Cylindrical-coordinate representation of color #463AA2: hue angle of 246.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463AA2 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 58 | 162 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.36 |
| HSL | 246.92º | 0.47% | 0.43% | - |
| HSV(B) | 246.92º | 0.64% | 0.64% | - |
| XYZ | 10.56 | 6.94 | 34.96 | - |
| YUV | 73.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 162 | 0.57 | 0.64 | 0 | 0.36 | 246.92 | 0.47 | 0.43 |
| Hex | 46 | 3A | A2 | 39 | 40 | 0 | 24 | F7 | 2F | 2B |
| Octal | 106 | 72 | 242 | 71 | 100 | 0 | 44 | 367 | 57 | 53 |
| Binary | 1000110 | 111010 | 10100010 | 111001 | 1000000 | 0 | 100100 | 11110111 | 101111 | 101011 |
Color Harmonies of #463AA2
Complementary color
Monochromatic Colors of #463AA2
Black with #463AA2
Text Example
Text Example
White with #463AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AA2; }
p { color: rgb(70,58,162); }
H1.HeaderClassName
{
color: #463AA2;
}
.AnyTagClassName
{
color: #463AA2;
}
</style>
background-color css
<style>
a { background-color: #463AA2; }
a { background-color: rgb(70,58,162); }
div.DivClassName
{
background-color: #463AA2;
}
.BgClassName
{
background-color: #463AA2;
}
</style>
border-color css
<style>
span { border-color: #463AA2; }
span { border-color: rgb(70,58,162); }
td.TdClassName
{
border-color: #463AA2;
}
.TagClassName
{
border-color: #463AA2;
}
</style>