Shades of Blue Gem #46269F
Tints of Blue Gem #46269F
RGB
CMYK
RGB Variations
Color information
#46269F (or 0x46269F) is known color: Blue Gem. HEX triplet: 46, 26 and 9F. RGB value is (70,38,159). Sum of RGB (Red+Green+Blue) = 70+38+159=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #46269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46269F is #B9D960. Grayscale: #3C3C3C. Windows color (decimal): -12179809 or 10430022. OLE color: 10430022.
HSL color Cylindrical-coordinate representation of color #46269F: hue angle of 255.87º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46269F is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 38 | 159 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.38 |
| HSL | 255.87º | 0.61% | 0.39% | - |
| HSV(B) | 255.87º | 0.76% | 0.62% | - |
| XYZ | 9.48 | 5.19 | 33.3 | - |
| YUV | 61.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 159 | 0.56 | 0.76 | 0 | 0.38 | 255.87 | 0.61 | 0.39 |
| Hex | 46 | 26 | 9F | 38 | 4C | 0 | 26 | 100 | 3D | 27 |
| Octal | 106 | 46 | 237 | 70 | 114 | 0 | 46 | 400 | 75 | 47 |
| Binary | 1000110 | 100110 | 10011111 | 111000 | 1001100 | 0 | 100110 | 100000000 | 111101 | 100111 |
Color Harmonies of #46269F
Complementary color
Monochromatic Colors of #46269F
Black with #46269F
Text Example
Text Example
White with #46269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46269F; }
p { color: rgb(70,38,159); }
H1.HeaderClassName
{
color: #46269F;
}
.AnyTagClassName
{
color: #46269F;
}
</style>
background-color css
<style>
a { background-color: #46269F; }
a { background-color: rgb(70,38,159); }
div.DivClassName
{
background-color: #46269F;
}
.BgClassName
{
background-color: #46269F;
}
</style>
border-color css
<style>
span { border-color: #46269F; }
span { border-color: rgb(70,38,159); }
td.TdClassName
{
border-color: #46269F;
}
.TagClassName
{
border-color: #46269F;
}
</style>