Shades of Blue Gem #462D91
Tints of Blue Gem #462D91
RGB
CMYK
RGB Variations
Color information
#462D91 (or 0x462D91) is known color: Blue Gem. HEX triplet: 46, 2D and 91. RGB value is (70,45,145). Sum of RGB (Red+Green+Blue) = 70+45+145=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #462D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462D91 is #B9D26E. Grayscale: #3F3F3F. Windows color (decimal): -12178031 or 9514310. OLE color: 9514310.
HSL color Cylindrical-coordinate representation of color #462D91: hue angle of 255º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462D91 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 45 | 145 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.43 |
| HSL | 255º | 0.53% | 0.37% | - |
| HSV(B) | 255º | 0.69% | 0.57% | - |
| XYZ | 8.58 | 5.22 | 27.34 | - |
| YUV | 63.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 145 | 0.52 | 0.69 | 0 | 0.43 | 255 | 0.53 | 0.37 |
| Hex | 46 | 2D | 91 | 34 | 45 | 0 | 2B | FF | 35 | 25 |
| Octal | 106 | 55 | 221 | 64 | 105 | 0 | 53 | 377 | 65 | 45 |
| Binary | 1000110 | 101101 | 10010001 | 110100 | 1000101 | 0 | 101011 | 11111111 | 110101 | 100101 |
Color Harmonies of #462D91
Complementary color
Monochromatic Colors of #462D91
Black with #462D91
Text Example
Text Example
White with #462D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D91; }
p { color: rgb(70,45,145); }
H1.HeaderClassName
{
color: #462D91;
}
.AnyTagClassName
{
color: #462D91;
}
</style>
background-color css
<style>
a { background-color: #462D91; }
a { background-color: rgb(70,45,145); }
div.DivClassName
{
background-color: #462D91;
}
.BgClassName
{
background-color: #462D91;
}
</style>
border-color css
<style>
span { border-color: #462D91; }
span { border-color: rgb(70,45,145); }
td.TdClassName
{
border-color: #462D91;
}
.TagClassName
{
border-color: #462D91;
}
</style>