Shades of Blue Gem #463790
Tints of Blue Gem #463790
RGB
CMYK
RGB Variations
Color information
#463790 (or 0x463790) is known color: Blue Gem. HEX triplet: 46, 37 and 90. RGB value is (70,55,144). Sum of RGB (Red+Green+Blue) = 70+55+144=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #463790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463790 is #B9C86F. Grayscale: #454545. Windows color (decimal): -12175472 or 9451334. OLE color: 9451334.
HSL color Cylindrical-coordinate representation of color #463790: hue angle of 250.11º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463790 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 55 | 144 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.44 |
| HSL | 250.11º | 0.45% | 0.39% | - |
| HSV(B) | 250.11º | 0.62% | 0.56% | - |
| XYZ | 8.93 | 6.05 | 27.08 | - |
| YUV | 69.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 144 | 0.51 | 0.62 | 0 | 0.44 | 250.11 | 0.45 | 0.39 |
| Hex | 46 | 37 | 90 | 33 | 3E | 0 | 2C | FA | 2D | 27 |
| Octal | 106 | 67 | 220 | 63 | 76 | 0 | 54 | 372 | 55 | 47 |
| Binary | 1000110 | 110111 | 10010000 | 110011 | 111110 | 0 | 101100 | 11111010 | 101101 | 100111 |
Color Harmonies of #463790
Complementary color
Monochromatic Colors of #463790
Black with #463790
Text Example
Text Example
White with #463790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463790; }
p { color: rgb(70,55,144); }
H1.HeaderClassName
{
color: #463790;
}
.AnyTagClassName
{
color: #463790;
}
</style>
background-color css
<style>
a { background-color: #463790; }
a { background-color: rgb(70,55,144); }
div.DivClassName
{
background-color: #463790;
}
.BgClassName
{
background-color: #463790;
}
</style>
border-color css
<style>
span { border-color: #463790; }
span { border-color: rgb(70,55,144); }
td.TdClassName
{
border-color: #463790;
}
.TagClassName
{
border-color: #463790;
}
</style>