Shades of Blue Gem #463DA5
Tints of Blue Gem #463DA5
RGB
CMYK
RGB Variations
Color information
#463DA5 (or 0x463DA5) is known color: Blue Gem. HEX triplet: 46, 3D and A5. RGB value is (70,61,165). Sum of RGB (Red+Green+Blue) = 70+61+165=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #463DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DA5 is #B9C25A. Grayscale: #4B4B4B. Windows color (decimal): -12173915 or 10829126. OLE color: 10829126.
HSL color Cylindrical-coordinate representation of color #463DA5: hue angle of 245.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463DA5 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 61 | 165 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.35 |
| HSL | 245.19º | 0.46% | 0.44% | - |
| HSV(B) | 245.19º | 0.63% | 0.65% | - |
| XYZ | 10.99 | 7.36 | 36.44 | - |
| YUV | 75.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 165 | 0.58 | 0.63 | 0 | 0.35 | 245.19 | 0.46 | 0.44 |
| Hex | 46 | 3D | A5 | 3A | 3F | 0 | 23 | F5 | 2E | 2C |
| Octal | 106 | 75 | 245 | 72 | 77 | 0 | 43 | 365 | 56 | 54 |
| Binary | 1000110 | 111101 | 10100101 | 111010 | 111111 | 0 | 100011 | 11110101 | 101110 | 101100 |
Color Harmonies of #463DA5
Complementary color
Monochromatic Colors of #463DA5
Black with #463DA5
Text Example
Text Example
White with #463DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DA5; }
p { color: rgb(70,61,165); }
H1.HeaderClassName
{
color: #463DA5;
}
.AnyTagClassName
{
color: #463DA5;
}
</style>
background-color css
<style>
a { background-color: #463DA5; }
a { background-color: rgb(70,61,165); }
div.DivClassName
{
background-color: #463DA5;
}
.BgClassName
{
background-color: #463DA5;
}
</style>
border-color css
<style>
span { border-color: #463DA5; }
span { border-color: rgb(70,61,165); }
td.TdClassName
{
border-color: #463DA5;
}
.TagClassName
{
border-color: #463DA5;
}
</style>