Shades of Blue Gem #463F9D
Tints of Blue Gem #463F9D
RGB
CMYK
RGB Variations
Color information
#463F9D (or 0x463F9D) is known color: Blue Gem. HEX triplet: 46, 3F and 9D. RGB value is (70,63,157). Sum of RGB (Red+Green+Blue) = 70+63+157=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #463F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463F9D is #B9C062. Grayscale: #4B4B4B. Windows color (decimal): -12173411 or 10305350. OLE color: 10305350.
HSL color Cylindrical-coordinate representation of color #463F9D: hue angle of 244.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463F9D is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 63 | 157 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.38 |
| HSL | 244.47º | 0.43% | 0.43% | - |
| HSV(B) | 244.47º | 0.6% | 0.62% | - |
| XYZ | 10.39 | 7.29 | 32.76 | - |
| YUV | 75.81 | 173.82 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 157 | 0.55 | 0.60 | 0 | 0.38 | 244.47 | 0.43 | 0.43 |
| Hex | 46 | 3F | 9D | 37 | 3C | 0 | 26 | F4 | 2B | 2B |
| Octal | 106 | 77 | 235 | 67 | 74 | 0 | 46 | 364 | 53 | 53 |
| Binary | 1000110 | 111111 | 10011101 | 110111 | 111100 | 0 | 100110 | 11110100 | 101011 | 101011 |
Color Harmonies of #463F9D
Complementary color
Monochromatic Colors of #463F9D
Black with #463F9D
Text Example
Text Example
White with #463F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F9D; }
p { color: rgb(70,63,157); }
H1.HeaderClassName
{
color: #463F9D;
}
.AnyTagClassName
{
color: #463F9D;
}
</style>
background-color css
<style>
a { background-color: #463F9D; }
a { background-color: rgb(70,63,157); }
div.DivClassName
{
background-color: #463F9D;
}
.BgClassName
{
background-color: #463F9D;
}
</style>
border-color css
<style>
span { border-color: #463F9D; }
span { border-color: rgb(70,63,157); }
td.TdClassName
{
border-color: #463F9D;
}
.TagClassName
{
border-color: #463F9D;
}
</style>