Shades of Blue Gem #463AB3
Tints of Blue Gem #463AB3
RGB
CMYK
RGB Variations
Color information
#463AB3 (or 0x463AB3) is known color: Blue Gem. HEX triplet: 46, 3A and B3. RGB value is (70,58,179). Sum of RGB (Red+Green+Blue) = 70+58+179=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #463AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463AB3 is #B9C54C. Grayscale: #4A4A4A. Windows color (decimal): -12174669 or 11745862. OLE color: 11745862.
HSL color Cylindrical-coordinate representation of color #463AB3: hue angle of 245.95º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463AB3 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 58 | 179 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.30 |
| HSL | 245.95º | 0.51% | 0.46% | - |
| HSV(B) | 245.95º | 0.68% | 0.7% | - |
| XYZ | 12.18 | 7.58 | 43.47 | - |
| YUV | 75.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 179 | 0.61 | 0.68 | 0 | 0.30 | 245.95 | 0.51 | 0.46 |
| Hex | 46 | 3A | B3 | 3D | 44 | 0 | 1E | F6 | 33 | 2E |
| Octal | 106 | 72 | 263 | 75 | 104 | 0 | 36 | 366 | 63 | 56 |
| Binary | 1000110 | 111010 | 10110011 | 111101 | 1000100 | 0 | 11110 | 11110110 | 110011 | 101110 |
Color Harmonies of #463AB3
Complementary color
Monochromatic Colors of #463AB3
Black with #463AB3
Text Example
Text Example
White with #463AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AB3; }
p { color: rgb(70,58,179); }
H1.HeaderClassName
{
color: #463AB3;
}
.AnyTagClassName
{
color: #463AB3;
}
</style>
background-color css
<style>
a { background-color: #463AB3; }
a { background-color: rgb(70,58,179); }
div.DivClassName
{
background-color: #463AB3;
}
.BgClassName
{
background-color: #463AB3;
}
</style>
border-color css
<style>
span { border-color: #463AB3; }
span { border-color: rgb(70,58,179); }
td.TdClassName
{
border-color: #463AB3;
}
.TagClassName
{
border-color: #463AB3;
}
</style>