Shades of Blue Gem #463FA0
Tints of Blue Gem #463FA0
RGB
CMYK
RGB Variations
Color information
#463FA0 (or 0x463FA0) is known color: Blue Gem. HEX triplet: 46, 3F and A0. RGB value is (70,63,160). Sum of RGB (Red+Green+Blue) = 70+63+160=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #463FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FA0 is #B9C05F. Grayscale: #4B4B4B. Windows color (decimal): -12173408 or 10501958. OLE color: 10501958.
HSL color Cylindrical-coordinate representation of color #463FA0: hue angle of 244.33º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #463FA0 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 63 | 160 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.37 |
| HSL | 244.33º | 0.43% | 0.44% | - |
| HSV(B) | 244.33º | 0.61% | 0.63% | - |
| XYZ | 10.65 | 7.4 | 34.12 | - |
| YUV | 76.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 160 | 0.56 | 0.61 | 0 | 0.37 | 244.33 | 0.43 | 0.44 |
| Hex | 46 | 3F | A0 | 38 | 3D | 0 | 25 | F4 | 2B | 2C |
| Octal | 106 | 77 | 240 | 70 | 75 | 0 | 45 | 364 | 53 | 54 |
| Binary | 1000110 | 111111 | 10100000 | 111000 | 111101 | 0 | 100101 | 11110100 | 101011 | 101100 |
Color Harmonies of #463FA0
Complementary color
Monochromatic Colors of #463FA0
Black with #463FA0
Text Example
Text Example
White with #463FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FA0; }
p { color: rgb(70,63,160); }
H1.HeaderClassName
{
color: #463FA0;
}
.AnyTagClassName
{
color: #463FA0;
}
</style>
background-color css
<style>
a { background-color: #463FA0; }
a { background-color: rgb(70,63,160); }
div.DivClassName
{
background-color: #463FA0;
}
.BgClassName
{
background-color: #463FA0;
}
</style>
border-color css
<style>
span { border-color: #463FA0; }
span { border-color: rgb(70,63,160); }
td.TdClassName
{
border-color: #463FA0;
}
.TagClassName
{
border-color: #463FA0;
}
</style>