Shades of Rich Blue #4F54AC
Tints of Rich Blue #4F54AC
RGB
CMYK
RGB Variations
Color information
#4F54AC (or 0x4F54AC) is known color: Rich Blue. HEX triplet: 4F, 54 and AC. RGB value is (79,84,172). Sum of RGB (Red+Green+Blue) = 79+84+172=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F54AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F54AC is #B0AB53. Grayscale: #5C5C5C. Windows color (decimal): -11578196 or 11293775. OLE color: 11293775.
HSL color Cylindrical-coordinate representation of color #4F54AC: hue angle of 236.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F54AC is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 84 | 172 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.33 |
| HSL | 236.77º | 0.37% | 0.49% | - |
| HSV(B) | 236.77º | 0.54% | 0.67% | - |
| XYZ | 13.84 | 10.98 | 40.42 | - |
| YUV | 92.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 172 | 0.54 | 0.51 | 0 | 0.33 | 236.77 | 0.37 | 0.49 |
| Hex | 4F | 54 | AC | 36 | 33 | 0 | 21 | ED | 25 | 31 |
| Octal | 117 | 124 | 254 | 66 | 63 | 0 | 41 | 355 | 45 | 61 |
| Binary | 1001111 | 1010100 | 10101100 | 110110 | 110011 | 0 | 100001 | 11101101 | 100101 | 110001 |
Color Harmonies of #4F54AC
Complementary color
Monochromatic Colors of #4F54AC
Black with #4F54AC
Text Example
Text Example
White with #4F54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F54AC; }
p { color: rgb(79,84,172); }
H1.HeaderClassName
{
color: #4F54AC;
}
.AnyTagClassName
{
color: #4F54AC;
}
</style>
background-color css
<style>
a { background-color: #4F54AC; }
a { background-color: rgb(79,84,172); }
div.DivClassName
{
background-color: #4F54AC;
}
.BgClassName
{
background-color: #4F54AC;
}
</style>
border-color css
<style>
span { border-color: #4F54AC; }
span { border-color: rgb(79,84,172); }
td.TdClassName
{
border-color: #4F54AC;
}
.TagClassName
{
border-color: #4F54AC;
}
</style>