Shades of Blue Gem #462590
Tints of Blue Gem #462590
RGB
CMYK
RGB Variations
Color information
#462590 (or 0x462590) is known color: Blue Gem. HEX triplet: 46, 25 and 90. RGB value is (70,37,144). Sum of RGB (Red+Green+Blue) = 70+37+144=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #462590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462590 is #B9DA6F. Grayscale: #3A3A3A. Windows color (decimal): -12180080 or 9446726. OLE color: 9446726.
HSL color Cylindrical-coordinate representation of color #462590: hue angle of 258.5º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462590 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 37 | 144 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.44 |
| HSL | 258.5º | 0.59% | 0.35% | - |
| HSV(B) | 258.5º | 0.74% | 0.56% | - |
| XYZ | 8.22 | 4.64 | 26.85 | - |
| YUV | 59.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 144 | 0.51 | 0.74 | 0 | 0.44 | 258.5 | 0.59 | 0.35 |
| Hex | 46 | 25 | 90 | 33 | 4A | 0 | 2C | 103 | 3B | 23 |
| Octal | 106 | 45 | 220 | 63 | 112 | 0 | 54 | 403 | 73 | 43 |
| Binary | 1000110 | 100101 | 10010000 | 110011 | 1001010 | 0 | 101100 | 100000011 | 111011 | 100011 |
Color Harmonies of #462590
Complementary color
Monochromatic Colors of #462590
Black with #462590
Text Example
Text Example
White with #462590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462590; }
p { color: rgb(70,37,144); }
H1.HeaderClassName
{
color: #462590;
}
.AnyTagClassName
{
color: #462590;
}
</style>
background-color css
<style>
a { background-color: #462590; }
a { background-color: rgb(70,37,144); }
div.DivClassName
{
background-color: #462590;
}
.BgClassName
{
background-color: #462590;
}
</style>
border-color css
<style>
span { border-color: #462590; }
span { border-color: rgb(70,37,144); }
td.TdClassName
{
border-color: #462590;
}
.TagClassName
{
border-color: #462590;
}
</style>