Shades of Blue Gem #461A9D
Tints of Blue Gem #461A9D
RGB
CMYK
RGB Variations
Color information
#461A9D (or 0x461A9D) is known color: Blue Gem. HEX triplet: 46, 1A and 9D. RGB value is (70,26,157). Sum of RGB (Red+Green+Blue) = 70+26+157=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #461A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461A9D is #B9E562. Grayscale: #353535. Windows color (decimal): -12182883 or 10295878. OLE color: 10295878.
HSL color Cylindrical-coordinate representation of color #461A9D: hue angle of 260.15º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461A9D is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 26 | 157 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.38 |
| HSL | 260.15º | 0.72% | 0.36% | - |
| HSV(B) | 260.15º | 0.83% | 0.62% | - |
| XYZ | 8.98 | 4.48 | 32.29 | - |
| YUV | 54.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 157 | 0.55 | 0.83 | 0 | 0.38 | 260.15 | 0.72 | 0.36 |
| Hex | 46 | 1A | 9D | 37 | 53 | 0 | 26 | 104 | 48 | 24 |
| Octal | 106 | 32 | 235 | 67 | 123 | 0 | 46 | 404 | 110 | 44 |
| Binary | 1000110 | 11010 | 10011101 | 110111 | 1010011 | 0 | 100110 | 100000100 | 1001000 | 100100 |
Color Harmonies of #461A9D
Complementary color
Monochromatic Colors of #461A9D
Black with #461A9D
Text Example
Text Example
White with #461A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A9D; }
p { color: rgb(70,26,157); }
H1.HeaderClassName
{
color: #461A9D;
}
.AnyTagClassName
{
color: #461A9D;
}
</style>
background-color css
<style>
a { background-color: #461A9D; }
a { background-color: rgb(70,26,157); }
div.DivClassName
{
background-color: #461A9D;
}
.BgClassName
{
background-color: #461A9D;
}
</style>
border-color css
<style>
span { border-color: #461A9D; }
span { border-color: rgb(70,26,157); }
td.TdClassName
{
border-color: #461A9D;
}
.TagClassName
{
border-color: #461A9D;
}
</style>