Shades of Blue Gem #46378D
Tints of Blue Gem #46378D
RGB
CMYK
RGB Variations
Color information
#46378D (or 0x46378D) is known color: Blue Gem. HEX triplet: 46, 37 and 8D. RGB value is (70,55,141). Sum of RGB (Red+Green+Blue) = 70+55+141=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #46378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46378D is #B9C872. Grayscale: #444444. Windows color (decimal): -12175475 or 9254726. OLE color: 9254726.
HSL color Cylindrical-coordinate representation of color #46378D: hue angle of 250.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46378D is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 55 | 141 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.45 |
| HSL | 250.47º | 0.44% | 0.38% | - |
| HSV(B) | 250.47º | 0.61% | 0.55% | - |
| XYZ | 8.7 | 5.96 | 25.89 | - |
| YUV | 69.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 141 | 0.50 | 0.61 | 0 | 0.45 | 250.47 | 0.44 | 0.38 |
| Hex | 46 | 37 | 8D | 32 | 3D | 0 | 2D | FA | 2C | 26 |
| Octal | 106 | 67 | 215 | 62 | 75 | 0 | 55 | 372 | 54 | 46 |
| Binary | 1000110 | 110111 | 10001101 | 110010 | 111101 | 0 | 101101 | 11111010 | 101100 | 100110 |
Color Harmonies of #46378D
Complementary color
Monochromatic Colors of #46378D
Black with #46378D
Text Example
Text Example
White with #46378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46378D; }
p { color: rgb(70,55,141); }
H1.HeaderClassName
{
color: #46378D;
}
.AnyTagClassName
{
color: #46378D;
}
</style>
background-color css
<style>
a { background-color: #46378D; }
a { background-color: rgb(70,55,141); }
div.DivClassName
{
background-color: #46378D;
}
.BgClassName
{
background-color: #46378D;
}
</style>
border-color css
<style>
span { border-color: #46378D; }
span { border-color: rgb(70,55,141); }
td.TdClassName
{
border-color: #46378D;
}
.TagClassName
{
border-color: #46378D;
}
</style>