Shades of Rich Blue #4F5CAC
Tints of Rich Blue #4F5CAC
RGB
CMYK
RGB Variations
Color information
#4F5CAC (or 0x4F5CAC) is known color: Rich Blue. HEX triplet: 4F, 5C and AC. RGB value is (79,92,172). Sum of RGB (Red+Green+Blue) = 79+92+172=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5CAC is #B0A353. Grayscale: #606060. Windows color (decimal): -11576148 or 11295823. OLE color: 11295823.
HSL color Cylindrical-coordinate representation of color #4F5CAC: hue angle of 231.61º 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 #4F5CAC is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 92 | 172 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.33 |
| HSL | 231.61º | 0.37% | 0.49% | - |
| HSV(B) | 231.61º | 0.54% | 0.67% | - |
| XYZ | 14.5 | 12.3 | 40.64 | - |
| YUV | 97.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 172 | 0.54 | 0.47 | 0 | 0.33 | 231.61 | 0.37 | 0.49 |
| Hex | 4F | 5C | AC | 36 | 2F | 0 | 21 | E8 | 25 | 31 |
| Octal | 117 | 134 | 254 | 66 | 57 | 0 | 41 | 350 | 45 | 61 |
| Binary | 1001111 | 1011100 | 10101100 | 110110 | 101111 | 0 | 100001 | 11101000 | 100101 | 110001 |
Color Harmonies of #4F5CAC
Complementary color
Monochromatic Colors of #4F5CAC
Black with #4F5CAC
Text Example
Text Example
White with #4F5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CAC; }
p { color: rgb(79,92,172); }
H1.HeaderClassName
{
color: #4F5CAC;
}
.AnyTagClassName
{
color: #4F5CAC;
}
</style>
background-color css
<style>
a { background-color: #4F5CAC; }
a { background-color: rgb(79,92,172); }
div.DivClassName
{
background-color: #4F5CAC;
}
.BgClassName
{
background-color: #4F5CAC;
}
</style>
border-color css
<style>
span { border-color: #4F5CAC; }
span { border-color: rgb(79,92,172); }
td.TdClassName
{
border-color: #4F5CAC;
}
.TagClassName
{
border-color: #4F5CAC;
}
</style>