Shades of Blue Gem #463592
Tints of Blue Gem #463592
RGB
CMYK
RGB Variations
Color information
#463592 (or 0x463592) is known color: Blue Gem. HEX triplet: 46, 35 and 92. RGB value is (70,53,146). Sum of RGB (Red+Green+Blue) = 70+53+146=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #463592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463592 is #B9CA6D. Grayscale: #444444. Windows color (decimal): -12175982 or 9581894. OLE color: 9581894.
HSL color Cylindrical-coordinate representation of color #463592: hue angle of 250.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463592 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 53 | 146 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.43 |
| HSL | 250.97º | 0.47% | 0.39% | - |
| HSV(B) | 250.97º | 0.64% | 0.57% | - |
| XYZ | 8.99 | 5.92 | 27.86 | - |
| YUV | 68.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 146 | 0.52 | 0.64 | 0 | 0.43 | 250.97 | 0.47 | 0.39 |
| Hex | 46 | 35 | 92 | 34 | 40 | 0 | 2B | FB | 2F | 27 |
| Octal | 106 | 65 | 222 | 64 | 100 | 0 | 53 | 373 | 57 | 47 |
| Binary | 1000110 | 110101 | 10010010 | 110100 | 1000000 | 0 | 101011 | 11111011 | 101111 | 100111 |
Color Harmonies of #463592
Complementary color
Monochromatic Colors of #463592
Black with #463592
Text Example
Text Example
White with #463592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463592; }
p { color: rgb(70,53,146); }
H1.HeaderClassName
{
color: #463592;
}
.AnyTagClassName
{
color: #463592;
}
</style>
background-color css
<style>
a { background-color: #463592; }
a { background-color: rgb(70,53,146); }
div.DivClassName
{
background-color: #463592;
}
.BgClassName
{
background-color: #463592;
}
</style>
border-color css
<style>
span { border-color: #463592; }
span { border-color: rgb(70,53,146); }
td.TdClassName
{
border-color: #463592;
}
.TagClassName
{
border-color: #463592;
}
</style>