Shades of Blue Gem #46379F
Tints of Blue Gem #46379F
RGB
CMYK
RGB Variations
Color information
#46379F (or 0x46379F) is known color: Blue Gem. HEX triplet: 46, 37 and 9F. RGB value is (70,55,159). Sum of RGB (Red+Green+Blue) = 70+55+159=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #46379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46379F is #B9C860. Grayscale: #464646. Windows color (decimal): -12175457 or 10434374. OLE color: 10434374.
HSL color Cylindrical-coordinate representation of color #46379F: hue angle of 248.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46379F is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 55 | 159 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.38 |
| HSL | 248.65º | 0.49% | 0.42% | - |
| HSV(B) | 248.65º | 0.65% | 0.62% | - |
| XYZ | 10.15 | 6.54 | 33.53 | - |
| YUV | 71.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 159 | 0.56 | 0.65 | 0 | 0.38 | 248.65 | 0.49 | 0.42 |
| Hex | 46 | 37 | 9F | 38 | 41 | 0 | 26 | F9 | 31 | 2A |
| Octal | 106 | 67 | 237 | 70 | 101 | 0 | 46 | 371 | 61 | 52 |
| Binary | 1000110 | 110111 | 10011111 | 111000 | 1000001 | 0 | 100110 | 11111001 | 110001 | 101010 |
Color Harmonies of #46379F
Complementary color
Monochromatic Colors of #46379F
Black with #46379F
Text Example
Text Example
White with #46379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46379F; }
p { color: rgb(70,55,159); }
H1.HeaderClassName
{
color: #46379F;
}
.AnyTagClassName
{
color: #46379F;
}
</style>
background-color css
<style>
a { background-color: #46379F; }
a { background-color: rgb(70,55,159); }
div.DivClassName
{
background-color: #46379F;
}
.BgClassName
{
background-color: #46379F;
}
</style>
border-color css
<style>
span { border-color: #46379F; }
span { border-color: rgb(70,55,159); }
td.TdClassName
{
border-color: #46379F;
}
.TagClassName
{
border-color: #46379F;
}
</style>