Shades of Blue Gem #462495
Tints of Blue Gem #462495
RGB
CMYK
RGB Variations
Color information
#462495 (or 0x462495) is known color: Blue Gem. HEX triplet: 46, 24 and 95. RGB value is (70,36,149). Sum of RGB (Red+Green+Blue) = 70+36+149=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #462495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462495 is #B9DB6A. Grayscale: #3A3A3A. Windows color (decimal): -12180331 or 9774150. OLE color: 9774150.
HSL color Cylindrical-coordinate representation of color #462495: hue angle of 258.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462495 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 36 | 149 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.42 |
| HSL | 258.05º | 0.61% | 0.36% | - |
| HSV(B) | 258.05º | 0.76% | 0.58% | - |
| XYZ | 8.58 | 4.73 | 28.9 | - |
| YUV | 59.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 149 | 0.53 | 0.76 | 0 | 0.42 | 258.05 | 0.61 | 0.36 |
| Hex | 46 | 24 | 95 | 35 | 4C | 0 | 2A | 102 | 3D | 24 |
| Octal | 106 | 44 | 225 | 65 | 114 | 0 | 52 | 402 | 75 | 44 |
| Binary | 1000110 | 100100 | 10010101 | 110101 | 1001100 | 0 | 101010 | 100000010 | 111101 | 100100 |
Color Harmonies of #462495
Complementary color
Monochromatic Colors of #462495
Black with #462495
Text Example
Text Example
White with #462495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462495; }
p { color: rgb(70,36,149); }
H1.HeaderClassName
{
color: #462495;
}
.AnyTagClassName
{
color: #462495;
}
</style>
background-color css
<style>
a { background-color: #462495; }
a { background-color: rgb(70,36,149); }
div.DivClassName
{
background-color: #462495;
}
.BgClassName
{
background-color: #462495;
}
</style>
border-color css
<style>
span { border-color: #462495; }
span { border-color: rgb(70,36,149); }
td.TdClassName
{
border-color: #462495;
}
.TagClassName
{
border-color: #462495;
}
</style>