Shades of Rich Blue #4F4CBC
Tints of Rich Blue #4F4CBC
RGB
CMYK
RGB Variations
Color information
#4F4CBC (or 0x4F4CBC) is known color: Rich Blue. HEX triplet: 4F, 4C and BC. RGB value is (79,76,188). Sum of RGB (Red+Green+Blue) = 79+76+188=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F4CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CBC is #B0B343. Grayscale: #595959. Windows color (decimal): -11580228 or 12340303. OLE color: 12340303.
HSL color Cylindrical-coordinate representation of color #4F4CBC: hue angle of 241.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F4CBC is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 76 | 188 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.26 |
| HSL | 241.61º | 0.46% | 0.52% | - |
| HSV(B) | 241.61º | 0.6% | 0.74% | - |
| XYZ | 14.89 | 10.46 | 48.81 | - |
| YUV | 89.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 188 | 0.58 | 0.60 | 0 | 0.26 | 241.61 | 0.46 | 0.52 |
| Hex | 4F | 4C | BC | 3A | 3C | 0 | 1A | F2 | 2E | 34 |
| Octal | 117 | 114 | 274 | 72 | 74 | 0 | 32 | 362 | 56 | 64 |
| Binary | 1001111 | 1001100 | 10111100 | 111010 | 111100 | 0 | 11010 | 11110010 | 101110 | 110100 |
Color Harmonies of #4F4CBC
Complementary color
Monochromatic Colors of #4F4CBC
Black with #4F4CBC
Text Example
Text Example
White with #4F4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4CBC; }
p { color: rgb(79,76,188); }
H1.HeaderClassName
{
color: #4F4CBC;
}
.AnyTagClassName
{
color: #4F4CBC;
}
</style>
background-color css
<style>
a { background-color: #4F4CBC; }
a { background-color: rgb(79,76,188); }
div.DivClassName
{
background-color: #4F4CBC;
}
.BgClassName
{
background-color: #4F4CBC;
}
</style>
border-color css
<style>
span { border-color: #4F4CBC; }
span { border-color: rgb(79,76,188); }
td.TdClassName
{
border-color: #4F4CBC;
}
.TagClassName
{
border-color: #4F4CBC;
}
</style>