Shades of Blue Gem #46249B
Tints of Blue Gem #46249B
RGB
CMYK
RGB Variations
Color information
#46249B (or 0x46249B) is known color: Blue Gem. HEX triplet: 46, 24 and 9B. RGB value is (70,36,155). Sum of RGB (Red+Green+Blue) = 70+36+155=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #46249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249B is #B9DB64. Grayscale: #3B3B3B. Windows color (decimal): -12180325 or 10167366. OLE color: 10167366.
HSL color Cylindrical-coordinate representation of color #46249B: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46249B is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 36 | 155 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.39 |
| HSL | 257.14º | 0.62% | 0.37% | - |
| HSV(B) | 257.14º | 0.77% | 0.61% | - |
| XYZ | 9.07 | 4.93 | 31.48 | - |
| YUV | 59.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 155 | 0.55 | 0.77 | 0 | 0.39 | 257.14 | 0.62 | 0.37 |
| Hex | 46 | 24 | 9B | 37 | 4D | 0 | 27 | 101 | 3E | 25 |
| Octal | 106 | 44 | 233 | 67 | 115 | 0 | 47 | 401 | 76 | 45 |
| Binary | 1000110 | 100100 | 10011011 | 110111 | 1001101 | 0 | 100111 | 100000001 | 111110 | 100101 |
Color Harmonies of #46249B
Complementary color
Monochromatic Colors of #46249B
Black with #46249B
Text Example
Text Example
White with #46249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46249B; }
p { color: rgb(70,36,155); }
H1.HeaderClassName
{
color: #46249B;
}
.AnyTagClassName
{
color: #46249B;
}
</style>
background-color css
<style>
a { background-color: #46249B; }
a { background-color: rgb(70,36,155); }
div.DivClassName
{
background-color: #46249B;
}
.BgClassName
{
background-color: #46249B;
}
</style>
border-color css
<style>
span { border-color: #46249B; }
span { border-color: rgb(70,36,155); }
td.TdClassName
{
border-color: #46249B;
}
.TagClassName
{
border-color: #46249B;
}
</style>