Shades of Blue Gem #46259D
Tints of Blue Gem #46259D
RGB
CMYK
RGB Variations
Color information
#46259D (or 0x46259D) is known color: Blue Gem. HEX triplet: 46, 25 and 9D. RGB value is (70,37,157). Sum of RGB (Red+Green+Blue) = 70+37+157=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #46259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46259D is #B9DA62. Grayscale: #3C3C3C. Windows color (decimal): -12180067 or 10298694. OLE color: 10298694.
HSL color Cylindrical-coordinate representation of color #46259D: hue angle of 256.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46259D is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 37 | 157 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.38 |
| HSL | 256.5º | 0.62% | 0.38% | - |
| HSV(B) | 256.5º | 0.76% | 0.62% | - |
| XYZ | 9.27 | 5.06 | 32.39 | - |
| YUV | 60.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 157 | 0.55 | 0.76 | 0 | 0.38 | 256.5 | 0.62 | 0.38 |
| Hex | 46 | 25 | 9D | 37 | 4C | 0 | 26 | 100 | 3E | 26 |
| Octal | 106 | 45 | 235 | 67 | 114 | 0 | 46 | 400 | 76 | 46 |
| Binary | 1000110 | 100101 | 10011101 | 110111 | 1001100 | 0 | 100110 | 100000000 | 111110 | 100110 |
Color Harmonies of #46259D
Complementary color
Monochromatic Colors of #46259D
Black with #46259D
Text Example
Text Example
White with #46259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46259D; }
p { color: rgb(70,37,157); }
H1.HeaderClassName
{
color: #46259D;
}
.AnyTagClassName
{
color: #46259D;
}
</style>
background-color css
<style>
a { background-color: #46259D; }
a { background-color: rgb(70,37,157); }
div.DivClassName
{
background-color: #46259D;
}
.BgClassName
{
background-color: #46259D;
}
</style>
border-color css
<style>
span { border-color: #46259D; }
span { border-color: rgb(70,37,157); }
td.TdClassName
{
border-color: #46259D;
}
.TagClassName
{
border-color: #46259D;
}
</style>