Shades of Blue Gem #46389F
Tints of Blue Gem #46389F
RGB
CMYK
RGB Variations
Color information
#46389F (or 0x46389F) is known color: Blue Gem. HEX triplet: 46, 38 and 9F. RGB value is (70,56,159). Sum of RGB (Red+Green+Blue) = 70+56+159=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #46389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46389F is #B9C760. Grayscale: #474747. Windows color (decimal): -12175201 or 10434630. OLE color: 10434630.
HSL color Cylindrical-coordinate representation of color #46389F: hue angle of 248.16º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46389F is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 56 | 159 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.38 |
| HSL | 248.16º | 0.48% | 0.42% | - |
| HSV(B) | 248.16º | 0.65% | 0.62% | - |
| XYZ | 10.2 | 6.63 | 33.54 | - |
| YUV | 71.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 159 | 0.56 | 0.65 | 0 | 0.38 | 248.16 | 0.48 | 0.42 |
| Hex | 46 | 38 | 9F | 38 | 41 | 0 | 26 | F8 | 30 | 2A |
| Octal | 106 | 70 | 237 | 70 | 101 | 0 | 46 | 370 | 60 | 52 |
| Binary | 1000110 | 111000 | 10011111 | 111000 | 1000001 | 0 | 100110 | 11111000 | 110000 | 101010 |
Color Harmonies of #46389F
Complementary color
Monochromatic Colors of #46389F
Black with #46389F
Text Example
Text Example
White with #46389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46389F; }
p { color: rgb(70,56,159); }
H1.HeaderClassName
{
color: #46389F;
}
.AnyTagClassName
{
color: #46389F;
}
</style>
background-color css
<style>
a { background-color: #46389F; }
a { background-color: rgb(70,56,159); }
div.DivClassName
{
background-color: #46389F;
}
.BgClassName
{
background-color: #46389F;
}
</style>
border-color css
<style>
span { border-color: #46389F; }
span { border-color: rgb(70,56,159); }
td.TdClassName
{
border-color: #46389F;
}
.TagClassName
{
border-color: #46389F;
}
</style>