Shades of Blue Gem #461DA0
Tints of Blue Gem #461DA0
RGB
CMYK
RGB Variations
Color information
#461DA0 (or 0x461DA0) is known color: Blue Gem. HEX triplet: 46, 1D and A0. RGB value is (70,29,160). Sum of RGB (Red+Green+Blue) = 70+29+160=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #461DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461DA0 is #B9E25F. Grayscale: #373737. Windows color (decimal): -12182112 or 10493254. OLE color: 10493254.
HSL color Cylindrical-coordinate representation of color #461DA0: hue angle of 258.78º 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 #461DA0 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 29 | 160 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.37 |
| HSL | 258.78º | 0.69% | 0.37% | - |
| HSV(B) | 258.78º | 0.82% | 0.63% | - |
| XYZ | 9.31 | 4.72 | 33.68 | - |
| YUV | 56.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 160 | 0.56 | 0.82 | 0 | 0.37 | 258.78 | 0.69 | 0.37 |
| Hex | 46 | 1D | A0 | 38 | 52 | 0 | 25 | 103 | 45 | 25 |
| Octal | 106 | 35 | 240 | 70 | 122 | 0 | 45 | 403 | 105 | 45 |
| Binary | 1000110 | 11101 | 10100000 | 111000 | 1010010 | 0 | 100101 | 100000011 | 1000101 | 100101 |
Color Harmonies of #461DA0
Complementary color
Monochromatic Colors of #461DA0
Black with #461DA0
Text Example
Text Example
White with #461DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461DA0; }
p { color: rgb(70,29,160); }
H1.HeaderClassName
{
color: #461DA0;
}
.AnyTagClassName
{
color: #461DA0;
}
</style>
background-color css
<style>
a { background-color: #461DA0; }
a { background-color: rgb(70,29,160); }
div.DivClassName
{
background-color: #461DA0;
}
.BgClassName
{
background-color: #461DA0;
}
</style>
border-color css
<style>
span { border-color: #461DA0; }
span { border-color: rgb(70,29,160); }
td.TdClassName
{
border-color: #461DA0;
}
.TagClassName
{
border-color: #461DA0;
}
</style>