Shades of Rich Blue #4F45AD
Tints of Rich Blue #4F45AD
RGB
CMYK
RGB Variations
Color information
#4F45AD (or 0x4F45AD) is known color: Rich Blue. HEX triplet: 4F, 45 and AD. RGB value is (79,69,173). Sum of RGB (Red+Green+Blue) = 79+69+173=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F45AD is #B0BA52. Grayscale: #535353. Windows color (decimal): -11582035 or 11355471. OLE color: 11355471.
HSL color Cylindrical-coordinate representation of color #4F45AD: hue angle of 245.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F45AD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 69 | 173 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.32 |
| HSL | 245.77º | 0.43% | 0.47% | - |
| HSV(B) | 245.77º | 0.6% | 0.68% | - |
| XYZ | 12.9 | 8.94 | 40.58 | - |
| YUV | 83.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 173 | 0.54 | 0.60 | 0 | 0.32 | 245.77 | 0.43 | 0.47 |
| Hex | 4F | 45 | AD | 36 | 3C | 0 | 20 | F6 | 2B | 2F |
| Octal | 117 | 105 | 255 | 66 | 74 | 0 | 40 | 366 | 53 | 57 |
| Binary | 1001111 | 1000101 | 10101101 | 110110 | 111100 | 0 | 100000 | 11110110 | 101011 | 101111 |
Color Harmonies of #4F45AD
Complementary color
Monochromatic Colors of #4F45AD
Black with #4F45AD
Text Example
Text Example
White with #4F45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F45AD; }
p { color: rgb(79,69,173); }
H1.HeaderClassName
{
color: #4F45AD;
}
.AnyTagClassName
{
color: #4F45AD;
}
</style>
background-color css
<style>
a { background-color: #4F45AD; }
a { background-color: rgb(79,69,173); }
div.DivClassName
{
background-color: #4F45AD;
}
.BgClassName
{
background-color: #4F45AD;
}
</style>
border-color css
<style>
span { border-color: #4F45AD; }
span { border-color: rgb(79,69,173); }
td.TdClassName
{
border-color: #4F45AD;
}
.TagClassName
{
border-color: #4F45AD;
}
</style>