Shades of Blue Gem #46308C
Tints of Blue Gem #46308C
RGB
CMYK
RGB Variations
Color information
#46308C (or 0x46308C) is known color: Blue Gem. HEX triplet: 46, 30 and 8C. RGB value is (70,48,140). Sum of RGB (Red+Green+Blue) = 70+48+140=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #46308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46308C is #B9CF73. Grayscale: #404040. Windows color (decimal): -12177268 or 9187398. OLE color: 9187398.
HSL color Cylindrical-coordinate representation of color #46308C: hue angle of 254.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46308C is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 48 | 140 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.45 |
| HSL | 254.35º | 0.49% | 0.37% | - |
| HSV(B) | 254.35º | 0.66% | 0.55% | - |
| XYZ | 8.32 | 5.31 | 25.4 | - |
| YUV | 65.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 140 | 0.50 | 0.66 | 0 | 0.45 | 254.35 | 0.49 | 0.37 |
| Hex | 46 | 30 | 8C | 32 | 42 | 0 | 2D | FE | 31 | 25 |
| Octal | 106 | 60 | 214 | 62 | 102 | 0 | 55 | 376 | 61 | 45 |
| Binary | 1000110 | 110000 | 10001100 | 110010 | 1000010 | 0 | 101101 | 11111110 | 110001 | 100101 |
Color Harmonies of #46308C
Complementary color
Monochromatic Colors of #46308C
Black with #46308C
Text Example
Text Example
White with #46308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46308C; }
p { color: rgb(70,48,140); }
H1.HeaderClassName
{
color: #46308C;
}
.AnyTagClassName
{
color: #46308C;
}
</style>
background-color css
<style>
a { background-color: #46308C; }
a { background-color: rgb(70,48,140); }
div.DivClassName
{
background-color: #46308C;
}
.BgClassName
{
background-color: #46308C;
}
</style>
border-color css
<style>
span { border-color: #46308C; }
span { border-color: rgb(70,48,140); }
td.TdClassName
{
border-color: #46308C;
}
.TagClassName
{
border-color: #46308C;
}
</style>