Shades of Blue Gem #463BAC
Tints of Blue Gem #463BAC
RGB
CMYK
RGB Variations
Color information
#463BAC (or 0x463BAC) is known color: Blue Gem. HEX triplet: 46, 3B and AC. RGB value is (70,59,172). Sum of RGB (Red+Green+Blue) = 70+59+172=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #463BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BAC is #B9C453. Grayscale: #4A4A4A. Windows color (decimal): -12174420 or 11287366. OLE color: 11287366.
HSL color Cylindrical-coordinate representation of color #463BAC: hue angle of 245.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463BAC is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 59 | 172 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.33 |
| HSL | 245.84º | 0.49% | 0.45% | - |
| HSV(B) | 245.84º | 0.66% | 0.67% | - |
| XYZ | 11.54 | 7.41 | 39.85 | - |
| YUV | 75.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 172 | 0.59 | 0.66 | 0 | 0.33 | 245.84 | 0.49 | 0.45 |
| Hex | 46 | 3B | AC | 3B | 42 | 0 | 21 | F6 | 31 | 2D |
| Octal | 106 | 73 | 254 | 73 | 102 | 0 | 41 | 366 | 61 | 55 |
| Binary | 1000110 | 111011 | 10101100 | 111011 | 1000010 | 0 | 100001 | 11110110 | 110001 | 101101 |
Color Harmonies of #463BAC
Complementary color
Monochromatic Colors of #463BAC
Black with #463BAC
Text Example
Text Example
White with #463BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BAC; }
p { color: rgb(70,59,172); }
H1.HeaderClassName
{
color: #463BAC;
}
.AnyTagClassName
{
color: #463BAC;
}
</style>
background-color css
<style>
a { background-color: #463BAC; }
a { background-color: rgb(70,59,172); }
div.DivClassName
{
background-color: #463BAC;
}
.BgClassName
{
background-color: #463BAC;
}
</style>
border-color css
<style>
span { border-color: #463BAC; }
span { border-color: rgb(70,59,172); }
td.TdClassName
{
border-color: #463BAC;
}
.TagClassName
{
border-color: #463BAC;
}
</style>