Shades of Rich Blue #463DB4
Tints of Rich Blue #463DB4
RGB
CMYK
RGB Variations
Color information
#463DB4 (or 0x463DB4) is known color: Rich Blue. HEX triplet: 46, 3D and B4. RGB value is (70,61,180). Sum of RGB (Red+Green+Blue) = 70+61+180=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #463DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DB4 is #B9C24B. Grayscale: #4C4C4C. Windows color (decimal): -12173900 or 11812166. OLE color: 11812166.
HSL color Cylindrical-coordinate representation of color #463DB4: hue angle of 244.54º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463DB4 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 61 | 180 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.29 |
| HSL | 244.54º | 0.49% | 0.47% | - |
| HSV(B) | 244.54º | 0.66% | 0.71% | - |
| XYZ | 12.43 | 7.93 | 44.06 | - |
| YUV | 77.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 180 | 0.61 | 0.66 | 0 | 0.29 | 244.54 | 0.49 | 0.47 |
| Hex | 46 | 3D | B4 | 3D | 42 | 0 | 1D | F5 | 31 | 2F |
| Octal | 106 | 75 | 264 | 75 | 102 | 0 | 35 | 365 | 61 | 57 |
| Binary | 1000110 | 111101 | 10110100 | 111101 | 1000010 | 0 | 11101 | 11110101 | 110001 | 101111 |
Color Harmonies of #463DB4
Complementary color
Monochromatic Colors of #463DB4
Black with #463DB4
Text Example
Text Example
White with #463DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463DB4; }
p { color: rgb(70,61,180); }
H1.HeaderClassName
{
color: #463DB4;
}
.AnyTagClassName
{
color: #463DB4;
}
</style>
background-color css
<style>
a { background-color: #463DB4; }
a { background-color: rgb(70,61,180); }
div.DivClassName
{
background-color: #463DB4;
}
.BgClassName
{
background-color: #463DB4;
}
</style>
border-color css
<style>
span { border-color: #463DB4; }
span { border-color: rgb(70,61,180); }
td.TdClassName
{
border-color: #463DB4;
}
.TagClassName
{
border-color: #463DB4;
}
</style>