Shades of Blue Gem #46379C
Tints of Blue Gem #46379C
RGB
CMYK
RGB Variations
Color information
#46379C (or 0x46379C) is known color: Blue Gem. HEX triplet: 46, 37 and 9C. RGB value is (70,55,156). Sum of RGB (Red+Green+Blue) = 70+55+156=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #46379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46379C is #B9C863. Grayscale: #464646. Windows color (decimal): -12175460 or 10237766. OLE color: 10237766.
HSL color Cylindrical-coordinate representation of color #46379C: hue angle of 248.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46379C is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 55 | 156 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.39 |
| HSL | 248.91º | 0.48% | 0.41% | - |
| HSV(B) | 248.91º | 0.65% | 0.61% | - |
| XYZ | 9.89 | 6.43 | 32.17 | - |
| YUV | 71 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 156 | 0.55 | 0.65 | 0 | 0.39 | 248.91 | 0.48 | 0.41 |
| Hex | 46 | 37 | 9C | 37 | 41 | 0 | 27 | F9 | 30 | 29 |
| Octal | 106 | 67 | 234 | 67 | 101 | 0 | 47 | 371 | 60 | 51 |
| Binary | 1000110 | 110111 | 10011100 | 110111 | 1000001 | 0 | 100111 | 11111001 | 110000 | 101001 |
Color Harmonies of #46379C
Complementary color
Monochromatic Colors of #46379C
Black with #46379C
Text Example
Text Example
White with #46379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46379C; }
p { color: rgb(70,55,156); }
H1.HeaderClassName
{
color: #46379C;
}
.AnyTagClassName
{
color: #46379C;
}
</style>
background-color css
<style>
a { background-color: #46379C; }
a { background-color: rgb(70,55,156); }
div.DivClassName
{
background-color: #46379C;
}
.BgClassName
{
background-color: #46379C;
}
</style>
border-color css
<style>
span { border-color: #46379C; }
span { border-color: rgb(70,55,156); }
td.TdClassName
{
border-color: #46379C;
}
.TagClassName
{
border-color: #46379C;
}
</style>