Shades of Rich Blue #464CAF
Tints of Rich Blue #464CAF
RGB
CMYK
RGB Variations
Color information
#464CAF (or 0x464CAF) is known color: Rich Blue. HEX triplet: 46, 4C and AF. RGB value is (70,76,175). Sum of RGB (Red+Green+Blue) = 70+76+175=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #464CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CAF is #B9B350. Grayscale: #555555. Windows color (decimal): -12170065 or 11488326. OLE color: 11488326.
HSL color Cylindrical-coordinate representation of color #464CAF: hue angle of 236.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464CAF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 76 | 175 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.31 |
| HSL | 236.57º | 0.43% | 0.48% | - |
| HSV(B) | 236.57º | 0.6% | 0.69% | - |
| XYZ | 12.85 | 9.57 | 41.73 | - |
| YUV | 85.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 175 | 0.60 | 0.57 | 0 | 0.31 | 236.57 | 0.43 | 0.48 |
| Hex | 46 | 4C | AF | 3C | 39 | 0 | 1F | ED | 2B | 30 |
| Octal | 106 | 114 | 257 | 74 | 71 | 0 | 37 | 355 | 53 | 60 |
| Binary | 1000110 | 1001100 | 10101111 | 111100 | 111001 | 0 | 11111 | 11101101 | 101011 | 110000 |
Color Harmonies of #464CAF
Complementary color
Monochromatic Colors of #464CAF
Black with #464CAF
Text Example
Text Example
White with #464CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CAF; }
p { color: rgb(70,76,175); }
H1.HeaderClassName
{
color: #464CAF;
}
.AnyTagClassName
{
color: #464CAF;
}
</style>
background-color css
<style>
a { background-color: #464CAF; }
a { background-color: rgb(70,76,175); }
div.DivClassName
{
background-color: #464CAF;
}
.BgClassName
{
background-color: #464CAF;
}
</style>
border-color css
<style>
span { border-color: #464CAF; }
span { border-color: rgb(70,76,175); }
td.TdClassName
{
border-color: #464CAF;
}
.TagClassName
{
border-color: #464CAF;
}
</style>