Shades of Blue Gem #463B9F
Tints of Blue Gem #463B9F
RGB
CMYK
RGB Variations
Color information
#463B9F (or 0x463B9F) is known color: Blue Gem. HEX triplet: 46, 3B and 9F. RGB value is (70,59,159). Sum of RGB (Red+Green+Blue) = 70+59+159=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #463B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463B9F is #B9C460. Grayscale: #494949. Windows color (decimal): -12174433 or 10435398. OLE color: 10435398.
HSL color Cylindrical-coordinate representation of color #463B9F: hue angle of 246.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463B9F is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 59 | 159 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.38 |
| HSL | 246.6º | 0.46% | 0.43% | - |
| HSV(B) | 246.6º | 0.63% | 0.62% | - |
| XYZ | 10.35 | 6.93 | 33.59 | - |
| YUV | 73.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 159 | 0.56 | 0.63 | 0 | 0.38 | 246.6 | 0.46 | 0.43 |
| Hex | 46 | 3B | 9F | 38 | 3F | 0 | 26 | F7 | 2E | 2B |
| Octal | 106 | 73 | 237 | 70 | 77 | 0 | 46 | 367 | 56 | 53 |
| Binary | 1000110 | 111011 | 10011111 | 111000 | 111111 | 0 | 100110 | 11110111 | 101110 | 101011 |
Color Harmonies of #463B9F
Complementary color
Monochromatic Colors of #463B9F
Black with #463B9F
Text Example
Text Example
White with #463B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B9F; }
p { color: rgb(70,59,159); }
H1.HeaderClassName
{
color: #463B9F;
}
.AnyTagClassName
{
color: #463B9F;
}
</style>
background-color css
<style>
a { background-color: #463B9F; }
a { background-color: rgb(70,59,159); }
div.DivClassName
{
background-color: #463B9F;
}
.BgClassName
{
background-color: #463B9F;
}
</style>
border-color css
<style>
span { border-color: #463B9F; }
span { border-color: rgb(70,59,159); }
td.TdClassName
{
border-color: #463B9F;
}
.TagClassName
{
border-color: #463B9F;
}
</style>