Shades of Blue Gem #461FA0
Tints of Blue Gem #461FA0
RGB
CMYK
RGB Variations
Color information
#461FA0 (or 0x461FA0) is known color: Blue Gem. HEX triplet: 46, 1F and A0. RGB value is (70,31,160). Sum of RGB (Red+Green+Blue) = 70+31+160=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #461FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461FA0 is #B9E05F. Grayscale: #383838. Windows color (decimal): -12181600 or 10493766. OLE color: 10493766.
HSL color Cylindrical-coordinate representation of color #461FA0: hue angle of 258.14º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461FA0 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 31 | 160 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.37 |
| HSL | 258.14º | 0.68% | 0.37% | - |
| HSV(B) | 258.14º | 0.81% | 0.63% | - |
| XYZ | 9.36 | 4.82 | 33.69 | - |
| YUV | 57.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 160 | 0.56 | 0.81 | 0 | 0.37 | 258.14 | 0.68 | 0.37 |
| Hex | 46 | 1F | A0 | 38 | 51 | 0 | 25 | 102 | 44 | 25 |
| Octal | 106 | 37 | 240 | 70 | 121 | 0 | 45 | 402 | 104 | 45 |
| Binary | 1000110 | 11111 | 10100000 | 111000 | 1010001 | 0 | 100101 | 100000010 | 1000100 | 100101 |
Color Harmonies of #461FA0
Complementary color
Monochromatic Colors of #461FA0
Black with #461FA0
Text Example
Text Example
White with #461FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FA0; }
p { color: rgb(70,31,160); }
H1.HeaderClassName
{
color: #461FA0;
}
.AnyTagClassName
{
color: #461FA0;
}
</style>
background-color css
<style>
a { background-color: #461FA0; }
a { background-color: rgb(70,31,160); }
div.DivClassName
{
background-color: #461FA0;
}
.BgClassName
{
background-color: #461FA0;
}
</style>
border-color css
<style>
span { border-color: #461FA0; }
span { border-color: rgb(70,31,160); }
td.TdClassName
{
border-color: #461FA0;
}
.TagClassName
{
border-color: #461FA0;
}
</style>