Shades of Blue Gem #46209C
Tints of Blue Gem #46209C
RGB
CMYK
RGB Variations
Color information
#46209C (or 0x46209C) is known color: Blue Gem. HEX triplet: 46, 20 and 9C. RGB value is (70,32,156). Sum of RGB (Red+Green+Blue) = 70+32+156=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #46209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46209C is #B9DF63. Grayscale: #393939. Windows color (decimal): -12181348 or 10231878. OLE color: 10231878.
HSL color Cylindrical-coordinate representation of color #46209C: hue angle of 258.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46209C is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 32 | 156 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.39 |
| HSL | 258.39º | 0.66% | 0.37% | - |
| HSV(B) | 258.39º | 0.79% | 0.61% | - |
| XYZ | 9.04 | 4.74 | 31.89 | - |
| YUV | 57.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 156 | 0.55 | 0.79 | 0 | 0.39 | 258.39 | 0.66 | 0.37 |
| Hex | 46 | 20 | 9C | 37 | 4F | 0 | 27 | 102 | 42 | 25 |
| Octal | 106 | 40 | 234 | 67 | 117 | 0 | 47 | 402 | 102 | 45 |
| Binary | 1000110 | 100000 | 10011100 | 110111 | 1001111 | 0 | 100111 | 100000010 | 1000010 | 100101 |
Color Harmonies of #46209C
Complementary color
Monochromatic Colors of #46209C
Black with #46209C
Text Example
Text Example
White with #46209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46209C; }
p { color: rgb(70,32,156); }
H1.HeaderClassName
{
color: #46209C;
}
.AnyTagClassName
{
color: #46209C;
}
</style>
background-color css
<style>
a { background-color: #46209C; }
a { background-color: rgb(70,32,156); }
div.DivClassName
{
background-color: #46209C;
}
.BgClassName
{
background-color: #46209C;
}
</style>
border-color css
<style>
span { border-color: #46209C; }
span { border-color: rgb(70,32,156); }
td.TdClassName
{
border-color: #46209C;
}
.TagClassName
{
border-color: #46209C;
}
</style>