Shades of Blue Gem #462594
Tints of Blue Gem #462594
RGB
CMYK
RGB Variations
Color information
#462594 (or 0x462594) is known color: Blue Gem. HEX triplet: 46, 25 and 94. RGB value is (70,37,148). Sum of RGB (Red+Green+Blue) = 70+37+148=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #462594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462594 is #B9DA6B. Grayscale: #3B3B3B. Windows color (decimal): -12180076 or 9708870. OLE color: 9708870.
HSL color Cylindrical-coordinate representation of color #462594: hue angle of 257.84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462594 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 37 | 148 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.42 |
| HSL | 257.84º | 0.6% | 0.36% | - |
| HSV(B) | 257.84º | 0.75% | 0.58% | - |
| XYZ | 8.53 | 4.76 | 28.49 | - |
| YUV | 59.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 148 | 0.53 | 0.75 | 0 | 0.42 | 257.84 | 0.6 | 0.36 |
| Hex | 46 | 25 | 94 | 35 | 4B | 0 | 2A | 102 | 3C | 24 |
| Octal | 106 | 45 | 224 | 65 | 113 | 0 | 52 | 402 | 74 | 44 |
| Binary | 1000110 | 100101 | 10010100 | 110101 | 1001011 | 0 | 101010 | 100000010 | 111100 | 100100 |
Color Harmonies of #462594
Complementary color
Monochromatic Colors of #462594
Black with #462594
Text Example
Text Example
White with #462594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462594; }
p { color: rgb(70,37,148); }
H1.HeaderClassName
{
color: #462594;
}
.AnyTagClassName
{
color: #462594;
}
</style>
background-color css
<style>
a { background-color: #462594; }
a { background-color: rgb(70,37,148); }
div.DivClassName
{
background-color: #462594;
}
.BgClassName
{
background-color: #462594;
}
</style>
border-color css
<style>
span { border-color: #462594; }
span { border-color: rgb(70,37,148); }
td.TdClassName
{
border-color: #462594;
}
.TagClassName
{
border-color: #462594;
}
</style>