Shades of Blue Gem #462098
Tints of Blue Gem #462098
RGB
CMYK
RGB Variations
Color information
#462098 (or 0x462098) is known color: Blue Gem. HEX triplet: 46, 20 and 98. RGB value is (70,32,152). Sum of RGB (Red+Green+Blue) = 70+32+152=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #462098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462098 is #B9DF67. Grayscale: #383838. Windows color (decimal): -12181352 or 9969734. OLE color: 9969734.
HSL color Cylindrical-coordinate representation of color #462098: hue angle of 259º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462098 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 32 | 152 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.40 |
| HSL | 259º | 0.65% | 0.36% | - |
| HSV(B) | 259º | 0.79% | 0.6% | - |
| XYZ | 8.71 | 4.6 | 30.14 | - |
| YUV | 57.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 152 | 0.54 | 0.79 | 0 | 0.40 | 259 | 0.65 | 0.36 |
| Hex | 46 | 20 | 98 | 36 | 4F | 0 | 28 | 103 | 41 | 24 |
| Octal | 106 | 40 | 230 | 66 | 117 | 0 | 50 | 403 | 101 | 44 |
| Binary | 1000110 | 100000 | 10011000 | 110110 | 1001111 | 0 | 101000 | 100000011 | 1000001 | 100100 |
Color Harmonies of #462098
Complementary color
Monochromatic Colors of #462098
Black with #462098
Text Example
Text Example
White with #462098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462098; }
p { color: rgb(70,32,152); }
H1.HeaderClassName
{
color: #462098;
}
.AnyTagClassName
{
color: #462098;
}
</style>
background-color css
<style>
a { background-color: #462098; }
a { background-color: rgb(70,32,152); }
div.DivClassName
{
background-color: #462098;
}
.BgClassName
{
background-color: #462098;
}
</style>
border-color css
<style>
span { border-color: #462098; }
span { border-color: rgb(70,32,152); }
td.TdClassName
{
border-color: #462098;
}
.TagClassName
{
border-color: #462098;
}
</style>