Shades of Rich Blue #463FAF
Tints of Rich Blue #463FAF
RGB
CMYK
RGB Variations
Color information
#463FAF (or 0x463FAF) is known color: Rich Blue. HEX triplet: 46, 3F and AF. RGB value is (70,63,175). Sum of RGB (Red+Green+Blue) = 70+63+175=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #463FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FAF is #B9C050. Grayscale: #4D4D4D. Windows color (decimal): -12173393 or 11484998. OLE color: 11484998.
HSL color Cylindrical-coordinate representation of color #463FAF: hue angle of 243.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463FAF is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 63 | 175 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.31 |
| HSL | 243.75º | 0.47% | 0.47% | - |
| HSV(B) | 243.75º | 0.64% | 0.69% | - |
| XYZ | 12.04 | 7.95 | 41.46 | - |
| YUV | 77.86 | 182.82 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 175 | 0.60 | 0.64 | 0 | 0.31 | 243.75 | 0.47 | 0.47 |
| Hex | 46 | 3F | AF | 3C | 40 | 0 | 1F | F4 | 2F | 2F |
| Octal | 106 | 77 | 257 | 74 | 100 | 0 | 37 | 364 | 57 | 57 |
| Binary | 1000110 | 111111 | 10101111 | 111100 | 1000000 | 0 | 11111 | 11110100 | 101111 | 101111 |
Color Harmonies of #463FAF
Complementary color
Monochromatic Colors of #463FAF
Black with #463FAF
Text Example
Text Example
White with #463FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FAF; }
p { color: rgb(70,63,175); }
H1.HeaderClassName
{
color: #463FAF;
}
.AnyTagClassName
{
color: #463FAF;
}
</style>
background-color css
<style>
a { background-color: #463FAF; }
a { background-color: rgb(70,63,175); }
div.DivClassName
{
background-color: #463FAF;
}
.BgClassName
{
background-color: #463FAF;
}
</style>
border-color css
<style>
span { border-color: #463FAF; }
span { border-color: rgb(70,63,175); }
td.TdClassName
{
border-color: #463FAF;
}
.TagClassName
{
border-color: #463FAF;
}
</style>