Shades of Blue Gem #46219C
Tints of Blue Gem #46219C
RGB
CMYK
RGB Variations
Color information
#46219C (or 0x46219C) is known color: Blue Gem. HEX triplet: 46, 21 and 9C. RGB value is (70,33,156). Sum of RGB (Red+Green+Blue) = 70+33+156=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #46219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46219C is #B9DE63. Grayscale: #393939. Windows color (decimal): -12181092 or 10232134. OLE color: 10232134.
HSL color Cylindrical-coordinate representation of color #46219C: hue angle of 258.05º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46219C is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 33 | 156 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.39 |
| HSL | 258.05º | 0.65% | 0.37% | - |
| HSV(B) | 258.05º | 0.79% | 0.61% | - |
| XYZ | 9.07 | 4.79 | 31.9 | - |
| YUV | 58.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 156 | 0.55 | 0.79 | 0 | 0.39 | 258.05 | 0.65 | 0.37 |
| Hex | 46 | 21 | 9C | 37 | 4F | 0 | 27 | 102 | 41 | 25 |
| Octal | 106 | 41 | 234 | 67 | 117 | 0 | 47 | 402 | 101 | 45 |
| Binary | 1000110 | 100001 | 10011100 | 110111 | 1001111 | 0 | 100111 | 100000010 | 1000001 | 100101 |
Color Harmonies of #46219C
Complementary color
Monochromatic Colors of #46219C
Black with #46219C
Text Example
Text Example
White with #46219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46219C; }
p { color: rgb(70,33,156); }
H1.HeaderClassName
{
color: #46219C;
}
.AnyTagClassName
{
color: #46219C;
}
</style>
background-color css
<style>
a { background-color: #46219C; }
a { background-color: rgb(70,33,156); }
div.DivClassName
{
background-color: #46219C;
}
.BgClassName
{
background-color: #46219C;
}
</style>
border-color css
<style>
span { border-color: #46219C; }
span { border-color: rgb(70,33,156); }
td.TdClassName
{
border-color: #46219C;
}
.TagClassName
{
border-color: #46219C;
}
</style>