Shades of Blue Gem #462C98
Tints of Blue Gem #462C98
RGB
CMYK
RGB Variations
Color information
#462C98 (or 0x462C98) is known color: Blue Gem. HEX triplet: 46, 2C and 98. RGB value is (70,44,152). Sum of RGB (Red+Green+Blue) = 70+44+152=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #462C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462C98 is #B9D367. Grayscale: #3F3F3F. Windows color (decimal): -12178280 or 9972806. OLE color: 9972806.
HSL color Cylindrical-coordinate representation of color #462C98: hue angle of 254.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462C98 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 44 | 152 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.40 |
| HSL | 254.44º | 0.55% | 0.38% | - |
| HSV(B) | 254.44º | 0.71% | 0.6% | - |
| XYZ | 9.09 | 5.37 | 30.26 | - |
| YUV | 64.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 152 | 0.54 | 0.71 | 0 | 0.40 | 254.44 | 0.55 | 0.38 |
| Hex | 46 | 2C | 98 | 36 | 47 | 0 | 28 | FE | 37 | 26 |
| Octal | 106 | 54 | 230 | 66 | 107 | 0 | 50 | 376 | 67 | 46 |
| Binary | 1000110 | 101100 | 10011000 | 110110 | 1000111 | 0 | 101000 | 11111110 | 110111 | 100110 |
Color Harmonies of #462C98
Complementary color
Monochromatic Colors of #462C98
Black with #462C98
Text Example
Text Example
White with #462C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C98; }
p { color: rgb(70,44,152); }
H1.HeaderClassName
{
color: #462C98;
}
.AnyTagClassName
{
color: #462C98;
}
</style>
background-color css
<style>
a { background-color: #462C98; }
a { background-color: rgb(70,44,152); }
div.DivClassName
{
background-color: #462C98;
}
.BgClassName
{
background-color: #462C98;
}
</style>
border-color css
<style>
span { border-color: #462C98; }
span { border-color: rgb(70,44,152); }
td.TdClassName
{
border-color: #462C98;
}
.TagClassName
{
border-color: #462C98;
}
</style>