Shades of Blue Gem #463F9F
Tints of Blue Gem #463F9F
RGB
CMYK
RGB Variations
Color information
#463F9F (or 0x463F9F) is known color: Blue Gem. HEX triplet: 46, 3F and 9F. RGB value is (70,63,159). Sum of RGB (Red+Green+Blue) = 70+63+159=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #463F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F9F is #B9C060. Grayscale: #4B4B4B. Windows color (decimal): -12173409 or 10436422. OLE color: 10436422.
HSL color Cylindrical-coordinate representation of color #463F9F: hue angle of 244.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463F9F is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 63 | 159 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.38 |
| HSL | 244.38º | 0.43% | 0.44% | - |
| HSV(B) | 244.38º | 0.6% | 0.62% | - |
| XYZ | 10.56 | 7.36 | 33.66 | - |
| YUV | 76.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 159 | 0.56 | 0.60 | 0 | 0.38 | 244.38 | 0.43 | 0.44 |
| Hex | 46 | 3F | 9F | 38 | 3C | 0 | 26 | F4 | 2B | 2C |
| Octal | 106 | 77 | 237 | 70 | 74 | 0 | 46 | 364 | 53 | 54 |
| Binary | 1000110 | 111111 | 10011111 | 111000 | 111100 | 0 | 100110 | 11110100 | 101011 | 101100 |
Color Harmonies of #463F9F
Complementary color
Monochromatic Colors of #463F9F
Black with #463F9F
Text Example
Text Example
White with #463F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F9F; }
p { color: rgb(70,63,159); }
H1.HeaderClassName
{
color: #463F9F;
}
.AnyTagClassName
{
color: #463F9F;
}
</style>
background-color css
<style>
a { background-color: #463F9F; }
a { background-color: rgb(70,63,159); }
div.DivClassName
{
background-color: #463F9F;
}
.BgClassName
{
background-color: #463F9F;
}
</style>
border-color css
<style>
span { border-color: #463F9F; }
span { border-color: rgb(70,63,159); }
td.TdClassName
{
border-color: #463F9F;
}
.TagClassName
{
border-color: #463F9F;
}
</style>