Shades of Blue Gem #46239A
Tints of Blue Gem #46239A
RGB
CMYK
RGB Variations
Color information
#46239A (or 0x46239A) is known color: Blue Gem. HEX triplet: 46, 23 and 9A. RGB value is (70,35,154). Sum of RGB (Red+Green+Blue) = 70+35+154=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #46239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46239A is #B9DC65. Grayscale: #3A3A3A. Windows color (decimal): -12180582 or 10101574. OLE color: 10101574.
HSL color Cylindrical-coordinate representation of color #46239A: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46239A is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 35 | 154 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.40 |
| HSL | 257.65º | 0.63% | 0.37% | - |
| HSV(B) | 257.65º | 0.77% | 0.6% | - |
| XYZ | 8.96 | 4.84 | 31.03 | - |
| YUV | 59.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 154 | 0.55 | 0.77 | 0 | 0.40 | 257.65 | 0.63 | 0.37 |
| Hex | 46 | 23 | 9A | 37 | 4D | 0 | 28 | 102 | 3F | 25 |
| Octal | 106 | 43 | 232 | 67 | 115 | 0 | 50 | 402 | 77 | 45 |
| Binary | 1000110 | 100011 | 10011010 | 110111 | 1001101 | 0 | 101000 | 100000010 | 111111 | 100101 |
Color Harmonies of #46239A
Complementary color
Monochromatic Colors of #46239A
Black with #46239A
Text Example
Text Example
White with #46239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46239A; }
p { color: rgb(70,35,154); }
H1.HeaderClassName
{
color: #46239A;
}
.AnyTagClassName
{
color: #46239A;
}
</style>
background-color css
<style>
a { background-color: #46239A; }
a { background-color: rgb(70,35,154); }
div.DivClassName
{
background-color: #46239A;
}
.BgClassName
{
background-color: #46239A;
}
</style>
border-color css
<style>
span { border-color: #46239A; }
span { border-color: rgb(70,35,154); }
td.TdClassName
{
border-color: #46239A;
}
.TagClassName
{
border-color: #46239A;
}
</style>