Shades of Blue Gem #46299B
Tints of Blue Gem #46299B
RGB
CMYK
RGB Variations
Color information
#46299B (or 0x46299B) is known color: Blue Gem. HEX triplet: 46, 29 and 9B. RGB value is (70,41,155). Sum of RGB (Red+Green+Blue) = 70+41+155=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #46299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46299B is #B9D664. Grayscale: #3E3E3E. Windows color (decimal): -12179045 or 10168646. OLE color: 10168646.
HSL color Cylindrical-coordinate representation of color #46299B: hue angle of 255.26º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46299B is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 41 | 155 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.39 |
| HSL | 255.26º | 0.58% | 0.38% | - |
| HSV(B) | 255.26º | 0.74% | 0.61% | - |
| XYZ | 9.24 | 5.25 | 31.54 | - |
| YUV | 62.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 155 | 0.55 | 0.74 | 0 | 0.39 | 255.26 | 0.58 | 0.38 |
| Hex | 46 | 29 | 9B | 37 | 4A | 0 | 27 | FF | 3A | 26 |
| Octal | 106 | 51 | 233 | 67 | 112 | 0 | 47 | 377 | 72 | 46 |
| Binary | 1000110 | 101001 | 10011011 | 110111 | 1001010 | 0 | 100111 | 11111111 | 111010 | 100110 |
Color Harmonies of #46299B
Complementary color
Monochromatic Colors of #46299B
Black with #46299B
Text Example
Text Example
White with #46299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46299B; }
p { color: rgb(70,41,155); }
H1.HeaderClassName
{
color: #46299B;
}
.AnyTagClassName
{
color: #46299B;
}
</style>
background-color css
<style>
a { background-color: #46299B; }
a { background-color: rgb(70,41,155); }
div.DivClassName
{
background-color: #46299B;
}
.BgClassName
{
background-color: #46299B;
}
</style>
border-color css
<style>
span { border-color: #46299B; }
span { border-color: rgb(70,41,155); }
td.TdClassName
{
border-color: #46299B;
}
.TagClassName
{
border-color: #46299B;
}
</style>