Shades of Blue Gem #463395
Tints of Blue Gem #463395
RGB
CMYK
RGB Variations
Color information
#463395 (or 0x463395) is known color: Blue Gem. HEX triplet: 46, 33 and 95. RGB value is (70,51,149). Sum of RGB (Red+Green+Blue) = 70+51+149=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #463395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463395 is #B9CC6A. Grayscale: #434343. Windows color (decimal): -12176491 or 9777990. OLE color: 9777990.
HSL color Cylindrical-coordinate representation of color #463395: hue angle of 251.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463395 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 51 | 149 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.42 |
| HSL | 251.63º | 0.49% | 0.39% | - |
| HSV(B) | 251.63º | 0.66% | 0.58% | - |
| XYZ | 9.13 | 5.84 | 29.08 | - |
| YUV | 67.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 149 | 0.53 | 0.66 | 0 | 0.42 | 251.63 | 0.49 | 0.39 |
| Hex | 46 | 33 | 95 | 35 | 42 | 0 | 2A | FC | 31 | 27 |
| Octal | 106 | 63 | 225 | 65 | 102 | 0 | 52 | 374 | 61 | 47 |
| Binary | 1000110 | 110011 | 10010101 | 110101 | 1000010 | 0 | 101010 | 11111100 | 110001 | 100111 |
Color Harmonies of #463395
Complementary color
Monochromatic Colors of #463395
Black with #463395
Text Example
Text Example
White with #463395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463395; }
p { color: rgb(70,51,149); }
H1.HeaderClassName
{
color: #463395;
}
.AnyTagClassName
{
color: #463395;
}
</style>
background-color css
<style>
a { background-color: #463395; }
a { background-color: rgb(70,51,149); }
div.DivClassName
{
background-color: #463395;
}
.BgClassName
{
background-color: #463395;
}
</style>
border-color css
<style>
span { border-color: #463395; }
span { border-color: rgb(70,51,149); }
td.TdClassName
{
border-color: #463395;
}
.TagClassName
{
border-color: #463395;
}
</style>