Shades of Blue Gem #462895
Tints of Blue Gem #462895
RGB
CMYK
RGB Variations
Color information
#462895 (or 0x462895) is known color: Blue Gem. HEX triplet: 46, 28 and 95. RGB value is (70,40,149). Sum of RGB (Red+Green+Blue) = 70+40+149=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #462895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462895 is #B9D76A. Grayscale: #3C3C3C. Windows color (decimal): -12179307 or 9775174. OLE color: 9775174.
HSL color Cylindrical-coordinate representation of color #462895: hue angle of 256.51º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #462895 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 40 | 149 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.42 |
| HSL | 256.51º | 0.58% | 0.37% | - |
| HSV(B) | 256.51º | 0.73% | 0.58% | - |
| XYZ | 8.71 | 4.99 | 28.94 | - |
| YUV | 61.4 | 177.44 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 149 | 0.53 | 0.73 | 0 | 0.42 | 256.51 | 0.58 | 0.37 |
| Hex | 46 | 28 | 95 | 35 | 49 | 0 | 2A | 101 | 3A | 25 |
| Octal | 106 | 50 | 225 | 65 | 111 | 0 | 52 | 401 | 72 | 45 |
| Binary | 1000110 | 101000 | 10010101 | 110101 | 1001001 | 0 | 101010 | 100000001 | 111010 | 100101 |
Color Harmonies of #462895
Complementary color
Monochromatic Colors of #462895
Black with #462895
Text Example
Text Example
White with #462895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462895; }
p { color: rgb(70,40,149); }
H1.HeaderClassName
{
color: #462895;
}
.AnyTagClassName
{
color: #462895;
}
</style>
background-color css
<style>
a { background-color: #462895; }
a { background-color: rgb(70,40,149); }
div.DivClassName
{
background-color: #462895;
}
.BgClassName
{
background-color: #462895;
}
</style>
border-color css
<style>
span { border-color: #462895; }
span { border-color: rgb(70,40,149); }
td.TdClassName
{
border-color: #462895;
}
.TagClassName
{
border-color: #462895;
}
</style>