Shades of Blue Gem #463091
Tints of Blue Gem #463091
RGB
CMYK
RGB Variations
Color information
#463091 (or 0x463091) is known color: Blue Gem. HEX triplet: 46, 30 and 91. RGB value is (70,48,145). Sum of RGB (Red+Green+Blue) = 70+48+145=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #463091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463091 is #B9CF6E. Grayscale: #414141. Windows color (decimal): -12177263 or 9515078. OLE color: 9515078.
HSL color Cylindrical-coordinate representation of color #463091: hue angle of 253.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463091 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 48 | 145 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.43 |
| HSL | 253.61º | 0.5% | 0.38% | - |
| HSV(B) | 253.61º | 0.67% | 0.57% | - |
| XYZ | 8.69 | 5.46 | 27.38 | - |
| YUV | 65.64 | 172.79 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 145 | 0.52 | 0.67 | 0 | 0.43 | 253.61 | 0.5 | 0.38 |
| Hex | 46 | 30 | 91 | 34 | 43 | 0 | 2B | FE | 32 | 26 |
| Octal | 106 | 60 | 221 | 64 | 103 | 0 | 53 | 376 | 62 | 46 |
| Binary | 1000110 | 110000 | 10010001 | 110100 | 1000011 | 0 | 101011 | 11111110 | 110010 | 100110 |
Color Harmonies of #463091
Complementary color
Monochromatic Colors of #463091
Black with #463091
Text Example
Text Example
White with #463091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463091; }
p { color: rgb(70,48,145); }
H1.HeaderClassName
{
color: #463091;
}
.AnyTagClassName
{
color: #463091;
}
</style>
background-color css
<style>
a { background-color: #463091; }
a { background-color: rgb(70,48,145); }
div.DivClassName
{
background-color: #463091;
}
.BgClassName
{
background-color: #463091;
}
</style>
border-color css
<style>
span { border-color: #463091; }
span { border-color: rgb(70,48,145); }
td.TdClassName
{
border-color: #463091;
}
.TagClassName
{
border-color: #463091;
}
</style>