Shades of Blue Gem #463DAE
Tints of Blue Gem #463DAE
RGB
CMYK
RGB Variations
Color information
#463DAE (or 0x463DAE) is known color: Blue Gem. HEX triplet: 46, 3D and AE. RGB value is (70,61,174). Sum of RGB (Red+Green+Blue) = 70+61+174=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #463DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DAE is #B9C251. Grayscale: #4C4C4C. Windows color (decimal): -12173906 or 11418950. OLE color: 11418950.
HSL color Cylindrical-coordinate representation of color #463DAE: hue angle of 244.78º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463DAE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 61 | 174 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.32 |
| HSL | 244.78º | 0.48% | 0.46% | - |
| HSV(B) | 244.78º | 0.65% | 0.68% | - |
| XYZ | 11.83 | 7.7 | 40.91 | - |
| YUV | 76.57 | 182.98 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 174 | 0.60 | 0.65 | 0 | 0.32 | 244.78 | 0.48 | 0.46 |
| Hex | 46 | 3D | AE | 3C | 41 | 0 | 20 | F5 | 30 | 2E |
| Octal | 106 | 75 | 256 | 74 | 101 | 0 | 40 | 365 | 60 | 56 |
| Binary | 1000110 | 111101 | 10101110 | 111100 | 1000001 | 0 | 100000 | 11110101 | 110000 | 101110 |
Color Harmonies of #463DAE
Complementary color
Monochromatic Colors of #463DAE
Black with #463DAE
Text Example
Text Example
White with #463DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DAE; }
p { color: rgb(70,61,174); }
H1.HeaderClassName
{
color: #463DAE;
}
.AnyTagClassName
{
color: #463DAE;
}
</style>
background-color css
<style>
a { background-color: #463DAE; }
a { background-color: rgb(70,61,174); }
div.DivClassName
{
background-color: #463DAE;
}
.BgClassName
{
background-color: #463DAE;
}
</style>
border-color css
<style>
span { border-color: #463DAE; }
span { border-color: rgb(70,61,174); }
td.TdClassName
{
border-color: #463DAE;
}
.TagClassName
{
border-color: #463DAE;
}
</style>