Shades of Blue Gem #46429E
Tints of Blue Gem #46429E
RGB
CMYK
RGB Variations
Color information
#46429E (or 0x46429E) is known color: Blue Gem. HEX triplet: 46, 42 and 9E. RGB value is (70,66,158). Sum of RGB (Red+Green+Blue) = 70+66+158=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #46429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429E is #B9BD61. Grayscale: #4D4D4D. Windows color (decimal): -12172642 or 10371654. OLE color: 10371654.
HSL color Cylindrical-coordinate representation of color #46429E: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46429E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 66 | 158 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.38 |
| HSL | 242.61º | 0.41% | 0.44% | - |
| HSV(B) | 242.61º | 0.58% | 0.62% | - |
| XYZ | 10.65 | 7.67 | 33.27 | - |
| YUV | 77.68 | 173.33 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 158 | 0.56 | 0.58 | 0 | 0.38 | 242.61 | 0.41 | 0.44 |
| Hex | 46 | 42 | 9E | 38 | 3A | 0 | 26 | F3 | 29 | 2C |
| Octal | 106 | 102 | 236 | 70 | 72 | 0 | 46 | 363 | 51 | 54 |
| Binary | 1000110 | 1000010 | 10011110 | 111000 | 111010 | 0 | 100110 | 11110011 | 101001 | 101100 |
Color Harmonies of #46429E
Complementary color
Monochromatic Colors of #46429E
Black with #46429E
Text Example
Text Example
White with #46429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46429E; }
p { color: rgb(70,66,158); }
H1.HeaderClassName
{
color: #46429E;
}
.AnyTagClassName
{
color: #46429E;
}
</style>
background-color css
<style>
a { background-color: #46429E; }
a { background-color: rgb(70,66,158); }
div.DivClassName
{
background-color: #46429E;
}
.BgClassName
{
background-color: #46429E;
}
</style>
border-color css
<style>
span { border-color: #46429E; }
span { border-color: rgb(70,66,158); }
td.TdClassName
{
border-color: #46429E;
}
.TagClassName
{
border-color: #46429E;
}
</style>