Shades of Blue Gem #46348E
Tints of Blue Gem #46348E
RGB
CMYK
RGB Variations
Color information
#46348E (or 0x46348E) is known color: Blue Gem. HEX triplet: 46, 34 and 8E. RGB value is (70,52,142). Sum of RGB (Red+Green+Blue) = 70+52+142=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #46348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46348E is #B9CB71. Grayscale: #434343. Windows color (decimal): -12176242 or 9319494. OLE color: 9319494.
HSL color Cylindrical-coordinate representation of color #46348E: hue angle of 252º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46348E is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 52 | 142 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.44 |
| HSL | 252º | 0.46% | 0.38% | - |
| HSV(B) | 252º | 0.63% | 0.56% | - |
| XYZ | 8.64 | 5.71 | 26.24 | - |
| YUV | 67.64 | 169.96 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 142 | 0.51 | 0.63 | 0 | 0.44 | 252 | 0.46 | 0.38 |
| Hex | 46 | 34 | 8E | 33 | 3F | 0 | 2C | FC | 2E | 26 |
| Octal | 106 | 64 | 216 | 63 | 77 | 0 | 54 | 374 | 56 | 46 |
| Binary | 1000110 | 110100 | 10001110 | 110011 | 111111 | 0 | 101100 | 11111100 | 101110 | 100110 |
Color Harmonies of #46348E
Complementary color
Monochromatic Colors of #46348E
Black with #46348E
Text Example
Text Example
White with #46348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46348E; }
p { color: rgb(70,52,142); }
H1.HeaderClassName
{
color: #46348E;
}
.AnyTagClassName
{
color: #46348E;
}
</style>
background-color css
<style>
a { background-color: #46348E; }
a { background-color: rgb(70,52,142); }
div.DivClassName
{
background-color: #46348E;
}
.BgClassName
{
background-color: #46348E;
}
</style>
border-color css
<style>
span { border-color: #46348E; }
span { border-color: rgb(70,52,142); }
td.TdClassName
{
border-color: #46348E;
}
.TagClassName
{
border-color: #46348E;
}
</style>