Shades of Rich Blue #463DB1
Tints of Rich Blue #463DB1
RGB
CMYK
RGB Variations
Color information
#463DB1 (or 0x463DB1) is known color: Rich Blue. HEX triplet: 46, 3D and B1. RGB value is (70,61,177). Sum of RGB (Red+Green+Blue) = 70+61+177=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #463DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463DB1 is #B9C24E. Grayscale: #4C4C4C. Windows color (decimal): -12173903 or 11615558. OLE color: 11615558.
HSL color Cylindrical-coordinate representation of color #463DB1: hue angle of 244.66º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463DB1 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 61 | 177 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.31 |
| HSL | 244.66º | 0.49% | 0.47% | - |
| HSV(B) | 244.66º | 0.66% | 0.69% | - |
| XYZ | 12.13 | 7.81 | 42.46 | - |
| YUV | 76.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 177 | 0.60 | 0.66 | 0 | 0.31 | 244.66 | 0.49 | 0.47 |
| Hex | 46 | 3D | B1 | 3C | 42 | 0 | 1F | F5 | 31 | 2F |
| Octal | 106 | 75 | 261 | 74 | 102 | 0 | 37 | 365 | 61 | 57 |
| Binary | 1000110 | 111101 | 10110001 | 111100 | 1000010 | 0 | 11111 | 11110101 | 110001 | 101111 |
Color Harmonies of #463DB1
Complementary color
Monochromatic Colors of #463DB1
Black with #463DB1
Text Example
Text Example
White with #463DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DB1; }
p { color: rgb(70,61,177); }
H1.HeaderClassName
{
color: #463DB1;
}
.AnyTagClassName
{
color: #463DB1;
}
</style>
background-color css
<style>
a { background-color: #463DB1; }
a { background-color: rgb(70,61,177); }
div.DivClassName
{
background-color: #463DB1;
}
.BgClassName
{
background-color: #463DB1;
}
</style>
border-color css
<style>
span { border-color: #463DB1; }
span { border-color: rgb(70,61,177); }
td.TdClassName
{
border-color: #463DB1;
}
.TagClassName
{
border-color: #463DB1;
}
</style>