Shades of Rich Blue #464DAE
Tints of Rich Blue #464DAE
RGB
CMYK
RGB Variations
Color information
#464DAE (or 0x464DAE) is known color: Rich Blue. HEX triplet: 46, 4D and AE. RGB value is (70,77,174). Sum of RGB (Red+Green+Blue) = 70+77+174=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #464DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DAE is #B9B251. Grayscale: #555555. Windows color (decimal): -12169810 or 11423046. OLE color: 11423046.
HSL color Cylindrical-coordinate representation of color #464DAE: hue angle of 235.96º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464DAE is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 77 | 174 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.32 |
| HSL | 235.96º | 0.43% | 0.48% | - |
| HSV(B) | 235.96º | 0.6% | 0.68% | - |
| XYZ | 12.82 | 9.67 | 41.23 | - |
| YUV | 85.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 174 | 0.60 | 0.56 | 0 | 0.32 | 235.96 | 0.43 | 0.48 |
| Hex | 46 | 4D | AE | 3C | 38 | 0 | 20 | EC | 2B | 30 |
| Octal | 106 | 115 | 256 | 74 | 70 | 0 | 40 | 354 | 53 | 60 |
| Binary | 1000110 | 1001101 | 10101110 | 111100 | 111000 | 0 | 100000 | 11101100 | 101011 | 110000 |
Color Harmonies of #464DAE
Complementary color
Monochromatic Colors of #464DAE
Black with #464DAE
Text Example
Text Example
White with #464DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DAE; }
p { color: rgb(70,77,174); }
H1.HeaderClassName
{
color: #464DAE;
}
.AnyTagClassName
{
color: #464DAE;
}
</style>
background-color css
<style>
a { background-color: #464DAE; }
a { background-color: rgb(70,77,174); }
div.DivClassName
{
background-color: #464DAE;
}
.BgClassName
{
background-color: #464DAE;
}
</style>
border-color css
<style>
span { border-color: #464DAE; }
span { border-color: rgb(70,77,174); }
td.TdClassName
{
border-color: #464DAE;
}
.TagClassName
{
border-color: #464DAE;
}
</style>