Shades of Blue Gem #462695
Tints of Blue Gem #462695
RGB
CMYK
RGB Variations
Color information
#462695 (or 0x462695) is known color: Blue Gem. HEX triplet: 46, 26 and 95. RGB value is (70,38,149). Sum of RGB (Red+Green+Blue) = 70+38+149=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #462695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462695 is #B9D96A. Grayscale: #3B3B3B. Windows color (decimal): -12179819 or 9774662. OLE color: 9774662.
HSL color Cylindrical-coordinate representation of color #462695: hue angle of 257.3º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462695 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 38 | 149 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.42 |
| HSL | 257.3º | 0.59% | 0.37% | - |
| HSV(B) | 257.3º | 0.74% | 0.58% | - |
| XYZ | 8.64 | 4.86 | 28.92 | - |
| YUV | 60.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 38 | 149 | 0.53 | 0.74 | 0 | 0.42 | 257.3 | 0.59 | 0.37 |
| Hex | 46 | 26 | 95 | 35 | 4A | 0 | 2A | 101 | 3B | 25 |
| Octal | 106 | 46 | 225 | 65 | 112 | 0 | 52 | 401 | 73 | 45 |
| Binary | 1000110 | 100110 | 10010101 | 110101 | 1001010 | 0 | 101010 | 100000001 | 111011 | 100101 |
Color Harmonies of #462695
Complementary color
Monochromatic Colors of #462695
Black with #462695
Text Example
Text Example
White with #462695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462695; }
p { color: rgb(70,38,149); }
H1.HeaderClassName
{
color: #462695;
}
.AnyTagClassName
{
color: #462695;
}
</style>
background-color css
<style>
a { background-color: #462695; }
a { background-color: rgb(70,38,149); }
div.DivClassName
{
background-color: #462695;
}
.BgClassName
{
background-color: #462695;
}
</style>
border-color css
<style>
span { border-color: #462695; }
span { border-color: rgb(70,38,149); }
td.TdClassName
{
border-color: #462695;
}
.TagClassName
{
border-color: #462695;
}
</style>