Shades of Blue Gem #46269C
Tints of Blue Gem #46269C
RGB
CMYK
RGB Variations
Color information
#46269C (or 0x46269C) is known color: Blue Gem. HEX triplet: 46, 26 and 9C. RGB value is (70,38,156). Sum of RGB (Red+Green+Blue) = 70+38+156=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #46269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269C is #B9D963. Grayscale: #3C3C3C. Windows color (decimal): -12179812 or 10233414. OLE color: 10233414.
HSL color Cylindrical-coordinate representation of color #46269C: hue angle of 256.27º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46269C is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 38 | 156 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.39 |
| HSL | 256.27º | 0.61% | 0.38% | - |
| HSV(B) | 256.27º | 0.76% | 0.61% | - |
| XYZ | 9.22 | 5.09 | 31.95 | - |
| YUV | 61.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 156 | 0.55 | 0.76 | 0 | 0.39 | 256.27 | 0.61 | 0.38 |
| Hex | 46 | 26 | 9C | 37 | 4C | 0 | 27 | 100 | 3D | 26 |
| Octal | 106 | 46 | 234 | 67 | 114 | 0 | 47 | 400 | 75 | 46 |
| Binary | 1000110 | 100110 | 10011100 | 110111 | 1001100 | 0 | 100111 | 100000000 | 111101 | 100110 |
Color Harmonies of #46269C
Complementary color
Monochromatic Colors of #46269C
Black with #46269C
Text Example
Text Example
White with #46269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46269C; }
p { color: rgb(70,38,156); }
H1.HeaderClassName
{
color: #46269C;
}
.AnyTagClassName
{
color: #46269C;
}
</style>
background-color css
<style>
a { background-color: #46269C; }
a { background-color: rgb(70,38,156); }
div.DivClassName
{
background-color: #46269C;
}
.BgClassName
{
background-color: #46269C;
}
</style>
border-color css
<style>
span { border-color: #46269C; }
span { border-color: rgb(70,38,156); }
td.TdClassName
{
border-color: #46269C;
}
.TagClassName
{
border-color: #46269C;
}
</style>