Shades of Blue Gem #463290
Tints of Blue Gem #463290
RGB
CMYK
RGB Variations
Color information
#463290 (or 0x463290) is known color: Blue Gem. HEX triplet: 46, 32 and 90. RGB value is (70,50,144). Sum of RGB (Red+Green+Blue) = 70+50+144=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #463290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463290 is #B9CD6F. Grayscale: #424242. Windows color (decimal): -12176752 or 9450054. OLE color: 9450054.
HSL color Cylindrical-coordinate representation of color #463290: hue angle of 252.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463290 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 50 | 144 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.44 |
| HSL | 252.77º | 0.48% | 0.38% | - |
| HSV(B) | 252.77º | 0.65% | 0.56% | - |
| XYZ | 8.7 | 5.6 | 27.01 | - |
| YUV | 66.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 144 | 0.51 | 0.65 | 0 | 0.44 | 252.77 | 0.48 | 0.38 |
| Hex | 46 | 32 | 90 | 33 | 41 | 0 | 2C | FD | 30 | 26 |
| Octal | 106 | 62 | 220 | 63 | 101 | 0 | 54 | 375 | 60 | 46 |
| Binary | 1000110 | 110010 | 10010000 | 110011 | 1000001 | 0 | 101100 | 11111101 | 110000 | 100110 |
Color Harmonies of #463290
Complementary color
Monochromatic Colors of #463290
Black with #463290
Text Example
Text Example
White with #463290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463290; }
p { color: rgb(70,50,144); }
H1.HeaderClassName
{
color: #463290;
}
.AnyTagClassName
{
color: #463290;
}
</style>
background-color css
<style>
a { background-color: #463290; }
a { background-color: rgb(70,50,144); }
div.DivClassName
{
background-color: #463290;
}
.BgClassName
{
background-color: #463290;
}
</style>
border-color css
<style>
span { border-color: #463290; }
span { border-color: rgb(70,50,144); }
td.TdClassName
{
border-color: #463290;
}
.TagClassName
{
border-color: #463290;
}
</style>