Shades of Blue Gem #46199F
Tints of Blue Gem #46199F
RGB
CMYK
RGB Variations
Color information
#46199F (or 0x46199F) is known color: Blue Gem. HEX triplet: 46, 19 and 9F. RGB value is (70,25,159). Sum of RGB (Red+Green+Blue) = 70+25+159=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #46199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46199F is #B9E660. Grayscale: #353535. Windows color (decimal): -12183137 or 10426694. OLE color: 10426694.
HSL color Cylindrical-coordinate representation of color #46199F: hue angle of 260.15º degrees, saturation: 0.73, 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 #46199F is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 25 | 159 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.38 |
| HSL | 260.15º | 0.73% | 0.36% | - |
| HSV(B) | 260.15º | 0.84% | 0.62% | - |
| XYZ | 9.13 | 4.5 | 33.19 | - |
| YUV | 53.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 159 | 0.56 | 0.84 | 0 | 0.38 | 260.15 | 0.73 | 0.36 |
| Hex | 46 | 19 | 9F | 38 | 54 | 0 | 26 | 104 | 49 | 24 |
| Octal | 106 | 31 | 237 | 70 | 124 | 0 | 46 | 404 | 111 | 44 |
| Binary | 1000110 | 11001 | 10011111 | 111000 | 1010100 | 0 | 100110 | 100000100 | 1001001 | 100100 |
Color Harmonies of #46199F
Complementary color
Monochromatic Colors of #46199F
Black with #46199F
Text Example
Text Example
White with #46199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46199F; }
p { color: rgb(70,25,159); }
H1.HeaderClassName
{
color: #46199F;
}
.AnyTagClassName
{
color: #46199F;
}
</style>
background-color css
<style>
a { background-color: #46199F; }
a { background-color: rgb(70,25,159); }
div.DivClassName
{
background-color: #46199F;
}
.BgClassName
{
background-color: #46199F;
}
</style>
border-color css
<style>
span { border-color: #46199F; }
span { border-color: rgb(70,25,159); }
td.TdClassName
{
border-color: #46199F;
}
.TagClassName
{
border-color: #46199F;
}
</style>