Shades of Blue Gem #463095
Tints of Blue Gem #463095
RGB
CMYK
RGB Variations
Color information
#463095 (or 0x463095) is known color: Blue Gem. HEX triplet: 46, 30 and 95. RGB value is (70,48,149). Sum of RGB (Red+Green+Blue) = 70+48+149=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #463095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463095 is #B9CF6A. Grayscale: #414141. Windows color (decimal): -12177259 or 9777222. OLE color: 9777222.
HSL color Cylindrical-coordinate representation of color #463095: hue angle of 253.07º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463095 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 48 | 149 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.42 |
| HSL | 253.07º | 0.51% | 0.39% | - |
| HSV(B) | 253.07º | 0.68% | 0.58% | - |
| XYZ | 9.01 | 5.59 | 29.04 | - |
| YUV | 66.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 149 | 0.53 | 0.68 | 0 | 0.42 | 253.07 | 0.51 | 0.39 |
| Hex | 46 | 30 | 95 | 35 | 44 | 0 | 2A | FD | 33 | 27 |
| Octal | 106 | 60 | 225 | 65 | 104 | 0 | 52 | 375 | 63 | 47 |
| Binary | 1000110 | 110000 | 10010101 | 110101 | 1000100 | 0 | 101010 | 11111101 | 110011 | 100111 |
Color Harmonies of #463095
Complementary color
Monochromatic Colors of #463095
Black with #463095
Text Example
Text Example
White with #463095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463095; }
p { color: rgb(70,48,149); }
H1.HeaderClassName
{
color: #463095;
}
.AnyTagClassName
{
color: #463095;
}
</style>
background-color css
<style>
a { background-color: #463095; }
a { background-color: rgb(70,48,149); }
div.DivClassName
{
background-color: #463095;
}
.BgClassName
{
background-color: #463095;
}
</style>
border-color css
<style>
span { border-color: #463095; }
span { border-color: rgb(70,48,149); }
td.TdClassName
{
border-color: #463095;
}
.TagClassName
{
border-color: #463095;
}
</style>