Shades of Blue Gem #46308D
Tints of Blue Gem #46308D
RGB
CMYK
RGB Variations
Color information
#46308D (or 0x46308D) is known color: Blue Gem. HEX triplet: 46, 30 and 8D. RGB value is (70,48,141). Sum of RGB (Red+Green+Blue) = 70+48+141=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #46308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46308D is #B9CF72. Grayscale: #404040. Windows color (decimal): -12177267 or 9252934. OLE color: 9252934.
HSL color Cylindrical-coordinate representation of color #46308D: hue angle of 254.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46308D is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 48 | 141 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.45 |
| HSL | 254.19º | 0.49% | 0.37% | - |
| HSV(B) | 254.19º | 0.66% | 0.55% | - |
| XYZ | 8.39 | 5.34 | 25.79 | - |
| YUV | 65.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 141 | 0.50 | 0.66 | 0 | 0.45 | 254.19 | 0.49 | 0.37 |
| Hex | 46 | 30 | 8D | 32 | 42 | 0 | 2D | FE | 31 | 25 |
| Octal | 106 | 60 | 215 | 62 | 102 | 0 | 55 | 376 | 61 | 45 |
| Binary | 1000110 | 110000 | 10001101 | 110010 | 1000010 | 0 | 101101 | 11111110 | 110001 | 100101 |
Color Harmonies of #46308D
Complementary color
Monochromatic Colors of #46308D
Black with #46308D
Text Example
Text Example
White with #46308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46308D; }
p { color: rgb(70,48,141); }
H1.HeaderClassName
{
color: #46308D;
}
.AnyTagClassName
{
color: #46308D;
}
</style>
background-color css
<style>
a { background-color: #46308D; }
a { background-color: rgb(70,48,141); }
div.DivClassName
{
background-color: #46308D;
}
.BgClassName
{
background-color: #46308D;
}
</style>
border-color css
<style>
span { border-color: #46308D; }
span { border-color: rgb(70,48,141); }
td.TdClassName
{
border-color: #46308D;
}
.TagClassName
{
border-color: #46308D;
}
</style>