Shades of Blue Gem #463AAF
Tints of Blue Gem #463AAF
RGB
CMYK
RGB Variations
Color information
#463AAF (or 0x463AAF) is known color: Blue Gem. HEX triplet: 46, 3A and AF. RGB value is (70,58,175). Sum of RGB (Red+Green+Blue) = 70+58+175=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #463AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463AAF is #B9C550. Grayscale: #4A4A4A. Windows color (decimal): -12174673 or 11483718. OLE color: 11483718.
HSL color Cylindrical-coordinate representation of color #463AAF: hue angle of 246.15º 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 #463AAF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 58 | 175 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.31 |
| HSL | 246.15º | 0.5% | 0.46% | - |
| HSV(B) | 246.15º | 0.67% | 0.69% | - |
| XYZ | 11.78 | 7.42 | 41.37 | - |
| YUV | 74.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 175 | 0.60 | 0.67 | 0 | 0.31 | 246.15 | 0.5 | 0.46 |
| Hex | 46 | 3A | AF | 3C | 43 | 0 | 1F | F6 | 32 | 2E |
| Octal | 106 | 72 | 257 | 74 | 103 | 0 | 37 | 366 | 62 | 56 |
| Binary | 1000110 | 111010 | 10101111 | 111100 | 1000011 | 0 | 11111 | 11110110 | 110010 | 101110 |
Color Harmonies of #463AAF
Complementary color
Monochromatic Colors of #463AAF
Black with #463AAF
Text Example
Text Example
White with #463AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463AAF; }
p { color: rgb(70,58,175); }
H1.HeaderClassName
{
color: #463AAF;
}
.AnyTagClassName
{
color: #463AAF;
}
</style>
background-color css
<style>
a { background-color: #463AAF; }
a { background-color: rgb(70,58,175); }
div.DivClassName
{
background-color: #463AAF;
}
.BgClassName
{
background-color: #463AAF;
}
</style>
border-color css
<style>
span { border-color: #463AAF; }
span { border-color: rgb(70,58,175); }
td.TdClassName
{
border-color: #463AAF;
}
.TagClassName
{
border-color: #463AAF;
}
</style>