Shades of Blue Gem #46338A
Tints of Blue Gem #46338A
RGB
CMYK
RGB Variations
Color information
#46338A (or 0x46338A) is known color: Blue Gem. HEX triplet: 46, 33 and 8A. RGB value is (70,51,138). Sum of RGB (Red+Green+Blue) = 70+51+138=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #46338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46338A is #B9CC75. Grayscale: #424242. Windows color (decimal): -12176502 or 9057094. OLE color: 9057094.
HSL color Cylindrical-coordinate representation of color #46338A: hue angle of 253.1º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46338A is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 51 | 138 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.46 |
| HSL | 253.1º | 0.46% | 0.37% | - |
| HSV(B) | 253.1º | 0.63% | 0.54% | - |
| XYZ | 8.3 | 5.5 | 24.67 | - |
| YUV | 66.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 138 | 0.49 | 0.63 | 0 | 0.46 | 253.1 | 0.46 | 0.37 |
| Hex | 46 | 33 | 8A | 31 | 3F | 0 | 2E | FD | 2E | 25 |
| Octal | 106 | 63 | 212 | 61 | 77 | 0 | 56 | 375 | 56 | 45 |
| Binary | 1000110 | 110011 | 10001010 | 110001 | 111111 | 0 | 101110 | 11111101 | 101110 | 100101 |
Color Harmonies of #46338A
Complementary color
Monochromatic Colors of #46338A
Black with #46338A
Text Example
Text Example
White with #46338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46338A; }
p { color: rgb(70,51,138); }
H1.HeaderClassName
{
color: #46338A;
}
.AnyTagClassName
{
color: #46338A;
}
</style>
background-color css
<style>
a { background-color: #46338A; }
a { background-color: rgb(70,51,138); }
div.DivClassName
{
background-color: #46338A;
}
.BgClassName
{
background-color: #46338A;
}
</style>
border-color css
<style>
span { border-color: #46338A; }
span { border-color: rgb(70,51,138); }
td.TdClassName
{
border-color: #46338A;
}
.TagClassName
{
border-color: #46338A;
}
</style>