Shades of Blue Gem #463FA3
Tints of Blue Gem #463FA3
RGB
CMYK
RGB Variations
Color information
#463FA3 (or 0x463FA3) is known color: Blue Gem. HEX triplet: 46, 3F and A3. RGB value is (70,63,163). Sum of RGB (Red+Green+Blue) = 70+63+163=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #463FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FA3 is #B9C05C. Grayscale: #4C4C4C. Windows color (decimal): -12173405 or 10698566. OLE color: 10698566.
HSL color Cylindrical-coordinate representation of color #463FA3: hue angle of 244.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463FA3 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 63 | 163 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.36 |
| HSL | 244.2º | 0.44% | 0.44% | - |
| HSV(B) | 244.2º | 0.61% | 0.64% | - |
| XYZ | 10.91 | 7.5 | 35.52 | - |
| YUV | 76.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 163 | 0.57 | 0.61 | 0 | 0.36 | 244.2 | 0.44 | 0.44 |
| Hex | 46 | 3F | A3 | 39 | 3D | 0 | 24 | F4 | 2C | 2C |
| Octal | 106 | 77 | 243 | 71 | 75 | 0 | 44 | 364 | 54 | 54 |
| Binary | 1000110 | 111111 | 10100011 | 111001 | 111101 | 0 | 100100 | 11110100 | 101100 | 101100 |
Color Harmonies of #463FA3
Complementary color
Monochromatic Colors of #463FA3
Black with #463FA3
Text Example
Text Example
White with #463FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FA3; }
p { color: rgb(70,63,163); }
H1.HeaderClassName
{
color: #463FA3;
}
.AnyTagClassName
{
color: #463FA3;
}
</style>
background-color css
<style>
a { background-color: #463FA3; }
a { background-color: rgb(70,63,163); }
div.DivClassName
{
background-color: #463FA3;
}
.BgClassName
{
background-color: #463FA3;
}
</style>
border-color css
<style>
span { border-color: #463FA3; }
span { border-color: rgb(70,63,163); }
td.TdClassName
{
border-color: #463FA3;
}
.TagClassName
{
border-color: #463FA3;
}
</style>