Shades of Blue Gem #461DA1
Tints of Blue Gem #461DA1
RGB
CMYK
RGB Variations
Color information
#461DA1 (or 0x461DA1) is known color: Blue Gem. HEX triplet: 46, 1D and A1. RGB value is (70,29,161). Sum of RGB (Red+Green+Blue) = 70+29+161=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #461DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461DA1 is #B9E25E. Grayscale: #373737. Windows color (decimal): -12182111 or 10558790. OLE color: 10558790.
HSL color Cylindrical-coordinate representation of color #461DA1: hue angle of 258.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461DA1 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 29 | 161 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.37 |
| HSL | 258.64º | 0.69% | 0.37% | - |
| HSV(B) | 258.64º | 0.82% | 0.63% | - |
| XYZ | 9.4 | 4.75 | 34.14 | - |
| YUV | 56.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 161 | 0.57 | 0.82 | 0 | 0.37 | 258.64 | 0.69 | 0.37 |
| Hex | 46 | 1D | A1 | 39 | 52 | 0 | 25 | 103 | 45 | 25 |
| Octal | 106 | 35 | 241 | 71 | 122 | 0 | 45 | 403 | 105 | 45 |
| Binary | 1000110 | 11101 | 10100001 | 111001 | 1010010 | 0 | 100101 | 100000011 | 1000101 | 100101 |
Color Harmonies of #461DA1
Complementary color
Monochromatic Colors of #461DA1
Black with #461DA1
Text Example
Text Example
White with #461DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DA1; }
p { color: rgb(70,29,161); }
H1.HeaderClassName
{
color: #461DA1;
}
.AnyTagClassName
{
color: #461DA1;
}
</style>
background-color css
<style>
a { background-color: #461DA1; }
a { background-color: rgb(70,29,161); }
div.DivClassName
{
background-color: #461DA1;
}
.BgClassName
{
background-color: #461DA1;
}
</style>
border-color css
<style>
span { border-color: #461DA1; }
span { border-color: rgb(70,29,161); }
td.TdClassName
{
border-color: #461DA1;
}
.TagClassName
{
border-color: #461DA1;
}
</style>