Shades of Blue Gem #46259B
Tints of Blue Gem #46259B
RGB
CMYK
RGB Variations
Color information
#46259B (or 0x46259B) is known color: Blue Gem. HEX triplet: 46, 25 and 9B. RGB value is (70,37,155). Sum of RGB (Red+Green+Blue) = 70+37+155=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #46259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46259B is #B9DA64. Grayscale: #3B3B3B. Windows color (decimal): -12180069 or 10167622. OLE color: 10167622.
HSL color Cylindrical-coordinate representation of color #46259B: hue angle of 256.78º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46259B is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 37 | 155 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.39 |
| HSL | 256.78º | 0.61% | 0.38% | - |
| HSV(B) | 256.78º | 0.76% | 0.61% | - |
| XYZ | 9.1 | 4.99 | 31.49 | - |
| YUV | 60.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 155 | 0.55 | 0.76 | 0 | 0.39 | 256.78 | 0.61 | 0.38 |
| Hex | 46 | 25 | 9B | 37 | 4C | 0 | 27 | 101 | 3D | 26 |
| Octal | 106 | 45 | 233 | 67 | 114 | 0 | 47 | 401 | 75 | 46 |
| Binary | 1000110 | 100101 | 10011011 | 110111 | 1001100 | 0 | 100111 | 100000001 | 111101 | 100110 |
Color Harmonies of #46259B
Complementary color
Monochromatic Colors of #46259B
Black with #46259B
Text Example
Text Example
White with #46259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46259B; }
p { color: rgb(70,37,155); }
H1.HeaderClassName
{
color: #46259B;
}
.AnyTagClassName
{
color: #46259B;
}
</style>
background-color css
<style>
a { background-color: #46259B; }
a { background-color: rgb(70,37,155); }
div.DivClassName
{
background-color: #46259B;
}
.BgClassName
{
background-color: #46259B;
}
</style>
border-color css
<style>
span { border-color: #46259B; }
span { border-color: rgb(70,37,155); }
td.TdClassName
{
border-color: #46259B;
}
.TagClassName
{
border-color: #46259B;
}
</style>