Shades of Rich Blue #4F5CAF
Tints of Rich Blue #4F5CAF
RGB
CMYK
RGB Variations
Color information
#4F5CAF (or 0x4F5CAF) is known color: Rich Blue. HEX triplet: 4F, 5C and AF. RGB value is (79,92,175). Sum of RGB (Red+Green+Blue) = 79+92+175=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5CAF is #B0A350. Grayscale: #616161. Windows color (decimal): -11576145 or 11492431. OLE color: 11492431.
HSL color Cylindrical-coordinate representation of color #4F5CAF: hue angle of 231.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F5CAF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 92 | 175 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.31 |
| HSL | 231.88º | 0.38% | 0.5% | - |
| HSV(B) | 231.88º | 0.55% | 0.69% | - |
| XYZ | 14.79 | 12.41 | 42.17 | - |
| YUV | 97.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 175 | 0.55 | 0.47 | 0 | 0.31 | 231.88 | 0.38 | 0.5 |
| Hex | 4F | 5C | AF | 37 | 2F | 0 | 1F | E8 | 26 | 32 |
| Octal | 117 | 134 | 257 | 67 | 57 | 0 | 37 | 350 | 46 | 62 |
| Binary | 1001111 | 1011100 | 10101111 | 110111 | 101111 | 0 | 11111 | 11101000 | 100110 | 110010 |
Color Harmonies of #4F5CAF
Complementary color
Monochromatic Colors of #4F5CAF
Black with #4F5CAF
Text Example
Text Example
White with #4F5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CAF; }
p { color: rgb(79,92,175); }
H1.HeaderClassName
{
color: #4F5CAF;
}
.AnyTagClassName
{
color: #4F5CAF;
}
</style>
background-color css
<style>
a { background-color: #4F5CAF; }
a { background-color: rgb(79,92,175); }
div.DivClassName
{
background-color: #4F5CAF;
}
.BgClassName
{
background-color: #4F5CAF;
}
</style>
border-color css
<style>
span { border-color: #4F5CAF; }
span { border-color: rgb(79,92,175); }
td.TdClassName
{
border-color: #4F5CAF;
}
.TagClassName
{
border-color: #4F5CAF;
}
</style>