Shades of Rich Blue #4F4FBC
Tints of Rich Blue #4F4FBC
RGB
CMYK
RGB Variations
Color information
#4F4FBC (or 0x4F4FBC) is known color: Rich Blue. HEX triplet: 4F, 4F and BC. RGB value is (79,79,188). Sum of RGB (Red+Green+Blue) = 79+79+188=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4FBC is #B0B043. Grayscale: #5A5A5A. Windows color (decimal): -11579460 or 12341071. OLE color: 12341071.
HSL color Cylindrical-coordinate representation of color #4F4FBC: hue angle of 240º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F4FBC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 79 | 188 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.26 |
| HSL | 240º | 0.45% | 0.52% | - |
| HSV(B) | 240º | 0.58% | 0.74% | - |
| XYZ | 15.1 | 10.89 | 48.88 | - |
| YUV | 91.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 79 | 188 | 0.58 | 0.58 | 0 | 0.26 | 240 | 0.45 | 0.52 |
| Hex | 4F | 4F | BC | 3A | 3A | 0 | 1A | F0 | 2D | 34 |
| Octal | 117 | 117 | 274 | 72 | 72 | 0 | 32 | 360 | 55 | 64 |
| Binary | 1001111 | 1001111 | 10111100 | 111010 | 111010 | 0 | 11010 | 11110000 | 101101 | 110100 |
Color Harmonies of #4F4FBC
Complementary color
Monochromatic Colors of #4F4FBC
Black with #4F4FBC
Text Example
Text Example
White with #4F4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4FBC; }
p { color: rgb(79,79,188); }
H1.HeaderClassName
{
color: #4F4FBC;
}
.AnyTagClassName
{
color: #4F4FBC;
}
</style>
background-color css
<style>
a { background-color: #4F4FBC; }
a { background-color: rgb(79,79,188); }
div.DivClassName
{
background-color: #4F4FBC;
}
.BgClassName
{
background-color: #4F4FBC;
}
</style>
border-color css
<style>
span { border-color: #4F4FBC; }
span { border-color: rgb(79,79,188); }
td.TdClassName
{
border-color: #4F4FBC;
}
.TagClassName
{
border-color: #4F4FBC;
}
</style>