Shades of Blue Gem #46249C
Tints of Blue Gem #46249C
RGB
CMYK
RGB Variations
Color information
#46249C (or 0x46249C) is known color: Blue Gem. HEX triplet: 46, 24 and 9C. RGB value is (70,36,156). Sum of RGB (Red+Green+Blue) = 70+36+156=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #46249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249C is #B9DB63. Grayscale: #3B3B3B. Windows color (decimal): -12180324 or 10232902. OLE color: 10232902.
HSL color Cylindrical-coordinate representation of color #46249C: hue angle of 257º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46249C is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 36 | 156 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.39 |
| HSL | 257º | 0.63% | 0.38% | - |
| HSV(B) | 257º | 0.77% | 0.61% | - |
| XYZ | 9.16 | 4.96 | 31.93 | - |
| YUV | 59.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 156 | 0.55 | 0.77 | 0 | 0.39 | 257 | 0.63 | 0.38 |
| Hex | 46 | 24 | 9C | 37 | 4D | 0 | 27 | 101 | 3E | 26 |
| Octal | 106 | 44 | 234 | 67 | 115 | 0 | 47 | 401 | 76 | 46 |
| Binary | 1000110 | 100100 | 10011100 | 110111 | 1001101 | 0 | 100111 | 100000001 | 111110 | 100110 |
Color Harmonies of #46249C
Complementary color
Monochromatic Colors of #46249C
Black with #46249C
Text Example
Text Example
White with #46249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46249C; }
p { color: rgb(70,36,156); }
H1.HeaderClassName
{
color: #46249C;
}
.AnyTagClassName
{
color: #46249C;
}
</style>
background-color css
<style>
a { background-color: #46249C; }
a { background-color: rgb(70,36,156); }
div.DivClassName
{
background-color: #46249C;
}
.BgClassName
{
background-color: #46249C;
}
</style>
border-color css
<style>
span { border-color: #46249C; }
span { border-color: rgb(70,36,156); }
td.TdClassName
{
border-color: #46249C;
}
.TagClassName
{
border-color: #46249C;
}
</style>