Shades of Blue Gem #463AB0
Tints of Blue Gem #463AB0
RGB
CMYK
RGB Variations
Color information
#463AB0 (or 0x463AB0) is known color: Blue Gem. HEX triplet: 46, 3A and B0. RGB value is (70,58,176). Sum of RGB (Red+Green+Blue) = 70+58+176=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #463AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AB0 is #B9C54F. Grayscale: #4A4A4A. Windows color (decimal): -12174672 or 11549254. OLE color: 11549254.
HSL color Cylindrical-coordinate representation of color #463AB0: hue angle of 246.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #463AB0 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 58 | 176 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.31 |
| HSL | 246.1º | 0.5% | 0.46% | - |
| HSV(B) | 246.1º | 0.67% | 0.69% | - |
| XYZ | 11.88 | 7.46 | 41.89 | - |
| YUV | 75.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 176 | 0.60 | 0.67 | 0 | 0.31 | 246.1 | 0.5 | 0.46 |
| Hex | 46 | 3A | B0 | 3C | 43 | 0 | 1F | F6 | 32 | 2E |
| Octal | 106 | 72 | 260 | 74 | 103 | 0 | 37 | 366 | 62 | 56 |
| Binary | 1000110 | 111010 | 10110000 | 111100 | 1000011 | 0 | 11111 | 11110110 | 110010 | 101110 |
Color Harmonies of #463AB0
Complementary color
Monochromatic Colors of #463AB0
Black with #463AB0
Text Example
Text Example
White with #463AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AB0; }
p { color: rgb(70,58,176); }
H1.HeaderClassName
{
color: #463AB0;
}
.AnyTagClassName
{
color: #463AB0;
}
</style>
background-color css
<style>
a { background-color: #463AB0; }
a { background-color: rgb(70,58,176); }
div.DivClassName
{
background-color: #463AB0;
}
.BgClassName
{
background-color: #463AB0;
}
</style>
border-color css
<style>
span { border-color: #463AB0; }
span { border-color: rgb(70,58,176); }
td.TdClassName
{
border-color: #463AB0;
}
.TagClassName
{
border-color: #463AB0;
}
</style>