Shades of Blue Gem #461A9F
Tints of Blue Gem #461A9F
RGB
CMYK
RGB Variations
Color information
#461A9F (or 0x461A9F) is known color: Blue Gem. HEX triplet: 46, 1A and 9F. RGB value is (70,26,159). Sum of RGB (Red+Green+Blue) = 70+26+159=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #461A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A9F is #B9E560. Grayscale: #353535. Windows color (decimal): -12182881 or 10426950. OLE color: 10426950.
HSL color Cylindrical-coordinate representation of color #461A9F: hue angle of 259.85º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461A9F is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 26 | 159 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.38 |
| HSL | 259.85º | 0.72% | 0.36% | - |
| HSV(B) | 259.85º | 0.84% | 0.62% | - |
| XYZ | 9.15 | 4.54 | 33.2 | - |
| YUV | 54.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 159 | 0.56 | 0.84 | 0 | 0.38 | 259.85 | 0.72 | 0.36 |
| Hex | 46 | 1A | 9F | 38 | 54 | 0 | 26 | 104 | 48 | 24 |
| Octal | 106 | 32 | 237 | 70 | 124 | 0 | 46 | 404 | 110 | 44 |
| Binary | 1000110 | 11010 | 10011111 | 111000 | 1010100 | 0 | 100110 | 100000100 | 1001000 | 100100 |
Color Harmonies of #461A9F
Complementary color
Monochromatic Colors of #461A9F
Black with #461A9F
Text Example
Text Example
White with #461A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A9F; }
p { color: rgb(70,26,159); }
H1.HeaderClassName
{
color: #461A9F;
}
.AnyTagClassName
{
color: #461A9F;
}
</style>
background-color css
<style>
a { background-color: #461A9F; }
a { background-color: rgb(70,26,159); }
div.DivClassName
{
background-color: #461A9F;
}
.BgClassName
{
background-color: #461A9F;
}
</style>
border-color css
<style>
span { border-color: #461A9F; }
span { border-color: rgb(70,26,159); }
td.TdClassName
{
border-color: #461A9F;
}
.TagClassName
{
border-color: #461A9F;
}
</style>