Shades of Blue Gem #46359A
Tints of Blue Gem #46359A
RGB
CMYK
RGB Variations
Color information
#46359A (or 0x46359A) is known color: Blue Gem. HEX triplet: 46, 35 and 9A. RGB value is (70,53,154). Sum of RGB (Red+Green+Blue) = 70+53+154=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #46359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46359A is #B9CA65. Grayscale: #454545. Windows color (decimal): -12175974 or 10106182. OLE color: 10106182.
HSL color Cylindrical-coordinate representation of color #46359A: hue angle of 250.1º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46359A is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 53 | 154 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.40 |
| HSL | 250.1º | 0.49% | 0.41% | - |
| HSV(B) | 250.1º | 0.66% | 0.6% | - |
| XYZ | 9.63 | 6.18 | 31.26 | - |
| YUV | 69.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 154 | 0.55 | 0.66 | 0 | 0.40 | 250.1 | 0.49 | 0.41 |
| Hex | 46 | 35 | 9A | 37 | 42 | 0 | 28 | FA | 31 | 29 |
| Octal | 106 | 65 | 232 | 67 | 102 | 0 | 50 | 372 | 61 | 51 |
| Binary | 1000110 | 110101 | 10011010 | 110111 | 1000010 | 0 | 101000 | 11111010 | 110001 | 101001 |
Color Harmonies of #46359A
Complementary color
Monochromatic Colors of #46359A
Black with #46359A
Text Example
Text Example
White with #46359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46359A; }
p { color: rgb(70,53,154); }
H1.HeaderClassName
{
color: #46359A;
}
.AnyTagClassName
{
color: #46359A;
}
</style>
background-color css
<style>
a { background-color: #46359A; }
a { background-color: rgb(70,53,154); }
div.DivClassName
{
background-color: #46359A;
}
.BgClassName
{
background-color: #46359A;
}
</style>
border-color css
<style>
span { border-color: #46359A; }
span { border-color: rgb(70,53,154); }
td.TdClassName
{
border-color: #46359A;
}
.TagClassName
{
border-color: #46359A;
}
</style>