Shades of Blue Gem #463BAD
Tints of Blue Gem #463BAD
RGB
CMYK
RGB Variations
Color information
#463BAD (or 0x463BAD) is known color: Blue Gem. HEX triplet: 46, 3B and AD. RGB value is (70,59,173). Sum of RGB (Red+Green+Blue) = 70+59+173=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #463BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463BAD is #B9C452. Grayscale: #4A4A4A. Windows color (decimal): -12174419 or 11352902. OLE color: 11352902.
HSL color Cylindrical-coordinate representation of color #463BAD: hue angle of 245.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463BAD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 59 | 173 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.32 |
| HSL | 245.79º | 0.49% | 0.45% | - |
| HSV(B) | 245.79º | 0.66% | 0.68% | - |
| XYZ | 11.63 | 7.45 | 40.36 | - |
| YUV | 75.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 173 | 0.60 | 0.66 | 0 | 0.32 | 245.79 | 0.49 | 0.45 |
| Hex | 46 | 3B | AD | 3C | 42 | 0 | 20 | F6 | 31 | 2D |
| Octal | 106 | 73 | 255 | 74 | 102 | 0 | 40 | 366 | 61 | 55 |
| Binary | 1000110 | 111011 | 10101101 | 111100 | 1000010 | 0 | 100000 | 11110110 | 110001 | 101101 |
Color Harmonies of #463BAD
Complementary color
Monochromatic Colors of #463BAD
Black with #463BAD
Text Example
Text Example
White with #463BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463BAD; }
p { color: rgb(70,59,173); }
H1.HeaderClassName
{
color: #463BAD;
}
.AnyTagClassName
{
color: #463BAD;
}
</style>
background-color css
<style>
a { background-color: #463BAD; }
a { background-color: rgb(70,59,173); }
div.DivClassName
{
background-color: #463BAD;
}
.BgClassName
{
background-color: #463BAD;
}
</style>
border-color css
<style>
span { border-color: #463BAD; }
span { border-color: rgb(70,59,173); }
td.TdClassName
{
border-color: #463BAD;
}
.TagClassName
{
border-color: #463BAD;
}
</style>