Shades of Blue Gem #46239C
Tints of Blue Gem #46239C
RGB
CMYK
RGB Variations
Color information
#46239C (or 0x46239C) is known color: Blue Gem. HEX triplet: 46, 23 and 9C. RGB value is (70,35,156). Sum of RGB (Red+Green+Blue) = 70+35+156=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #46239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46239C is #B9DC63. Grayscale: #3A3A3A. Windows color (decimal): -12180580 or 10232646. OLE color: 10232646.
HSL color Cylindrical-coordinate representation of color #46239C: hue angle of 257.36º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46239C is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 35 | 156 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.39 |
| HSL | 257.36º | 0.63% | 0.37% | - |
| HSV(B) | 257.36º | 0.78% | 0.61% | - |
| XYZ | 9.13 | 4.9 | 31.92 | - |
| YUV | 59.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 156 | 0.55 | 0.78 | 0 | 0.39 | 257.36 | 0.63 | 0.37 |
| Hex | 46 | 23 | 9C | 37 | 4E | 0 | 27 | 101 | 3F | 25 |
| Octal | 106 | 43 | 234 | 67 | 116 | 0 | 47 | 401 | 77 | 45 |
| Binary | 1000110 | 100011 | 10011100 | 110111 | 1001110 | 0 | 100111 | 100000001 | 111111 | 100101 |
Color Harmonies of #46239C
Complementary color
Monochromatic Colors of #46239C
Black with #46239C
Text Example
Text Example
White with #46239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46239C; }
p { color: rgb(70,35,156); }
H1.HeaderClassName
{
color: #46239C;
}
.AnyTagClassName
{
color: #46239C;
}
</style>
background-color css
<style>
a { background-color: #46239C; }
a { background-color: rgb(70,35,156); }
div.DivClassName
{
background-color: #46239C;
}
.BgClassName
{
background-color: #46239C;
}
</style>
border-color css
<style>
span { border-color: #46239C; }
span { border-color: rgb(70,35,156); }
td.TdClassName
{
border-color: #46239C;
}
.TagClassName
{
border-color: #46239C;
}
</style>