Shades of Blue Gem #46339A
Tints of Blue Gem #46339A
RGB
CMYK
RGB Variations
Color information
#46339A (or 0x46339A) is known color: Blue Gem. HEX triplet: 46, 33 and 9A. RGB value is (70,51,154). Sum of RGB (Red+Green+Blue) = 70+51+154=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #46339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46339A is #B9CC65. Grayscale: #444444. Windows color (decimal): -12176486 or 10105670. OLE color: 10105670.
HSL color Cylindrical-coordinate representation of color #46339A: hue angle of 251.07º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46339A is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 51 | 154 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.40 |
| HSL | 251.07º | 0.5% | 0.4% | - |
| HSV(B) | 251.07º | 0.67% | 0.6% | - |
| XYZ | 9.54 | 6 | 31.23 | - |
| YUV | 68.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 154 | 0.55 | 0.67 | 0 | 0.40 | 251.07 | 0.5 | 0.4 |
| Hex | 46 | 33 | 9A | 37 | 43 | 0 | 28 | FB | 32 | 28 |
| Octal | 106 | 63 | 232 | 67 | 103 | 0 | 50 | 373 | 62 | 50 |
| Binary | 1000110 | 110011 | 10011010 | 110111 | 1000011 | 0 | 101000 | 11111011 | 110010 | 101000 |
Color Harmonies of #46339A
Complementary color
Monochromatic Colors of #46339A
Black with #46339A
Text Example
Text Example
White with #46339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46339A; }
p { color: rgb(70,51,154); }
H1.HeaderClassName
{
color: #46339A;
}
.AnyTagClassName
{
color: #46339A;
}
</style>
background-color css
<style>
a { background-color: #46339A; }
a { background-color: rgb(70,51,154); }
div.DivClassName
{
background-color: #46339A;
}
.BgClassName
{
background-color: #46339A;
}
</style>
border-color css
<style>
span { border-color: #46339A; }
span { border-color: rgb(70,51,154); }
td.TdClassName
{
border-color: #46339A;
}
.TagClassName
{
border-color: #46339A;
}
</style>