Shades of Blue Gem #462295
Tints of Blue Gem #462295
RGB
CMYK
RGB Variations
Color information
#462295 (or 0x462295) is known color: Blue Gem. HEX triplet: 46, 22 and 95. RGB value is (70,34,149). Sum of RGB (Red+Green+Blue) = 70+34+149=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #462295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462295 is #B9DD6A. Grayscale: #393939. Windows color (decimal): -12180843 or 9773638. OLE color: 9773638.
HSL color Cylindrical-coordinate representation of color #462295: hue angle of 258.78º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462295 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 34 | 149 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.42 |
| HSL | 258.78º | 0.63% | 0.36% | - |
| HSV(B) | 258.78º | 0.77% | 0.58% | - |
| XYZ | 8.52 | 4.62 | 28.88 | - |
| YUV | 57.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 34 | 149 | 0.53 | 0.77 | 0 | 0.42 | 258.78 | 0.63 | 0.36 |
| Hex | 46 | 22 | 95 | 35 | 4D | 0 | 2A | 103 | 3F | 24 |
| Octal | 106 | 42 | 225 | 65 | 115 | 0 | 52 | 403 | 77 | 44 |
| Binary | 1000110 | 100010 | 10010101 | 110101 | 1001101 | 0 | 101010 | 100000011 | 111111 | 100100 |
Color Harmonies of #462295
Complementary color
Monochromatic Colors of #462295
Black with #462295
Text Example
Text Example
White with #462295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462295; }
p { color: rgb(70,34,149); }
H1.HeaderClassName
{
color: #462295;
}
.AnyTagClassName
{
color: #462295;
}
</style>
background-color css
<style>
a { background-color: #462295; }
a { background-color: rgb(70,34,149); }
div.DivClassName
{
background-color: #462295;
}
.BgClassName
{
background-color: #462295;
}
</style>
border-color css
<style>
span { border-color: #462295; }
span { border-color: rgb(70,34,149); }
td.TdClassName
{
border-color: #462295;
}
.TagClassName
{
border-color: #462295;
}
</style>