Shades of Rich Blue #4F46BC
Tints of Rich Blue #4F46BC
RGB
CMYK
RGB Variations
Color information
#4F46BC (or 0x4F46BC) is known color: Rich Blue. HEX triplet: 4F, 46 and BC. RGB value is (79,70,188). Sum of RGB (Red+Green+Blue) = 79+70+188=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F46BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F46BC is #B0B943. Grayscale: #555555. Windows color (decimal): -11581764 or 12338767. OLE color: 12338767.
HSL color Cylindrical-coordinate representation of color #4F46BC: hue angle of 244.58º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F46BC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 70 | 188 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.26 |
| HSL | 244.58º | 0.47% | 0.51% | - |
| HSV(B) | 244.58º | 0.63% | 0.74% | - |
| XYZ | 14.49 | 9.67 | 48.68 | - |
| YUV | 86.14 | 185.48 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 188 | 0.58 | 0.63 | 0 | 0.26 | 244.58 | 0.47 | 0.51 |
| Hex | 4F | 46 | BC | 3A | 3F | 0 | 1A | F5 | 2F | 33 |
| Octal | 117 | 106 | 274 | 72 | 77 | 0 | 32 | 365 | 57 | 63 |
| Binary | 1001111 | 1000110 | 10111100 | 111010 | 111111 | 0 | 11010 | 11110101 | 101111 | 110011 |
Color Harmonies of #4F46BC
Complementary color
Monochromatic Colors of #4F46BC
Black with #4F46BC
Text Example
Text Example
White with #4F46BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F46BC; }
p { color: rgb(79,70,188); }
H1.HeaderClassName
{
color: #4F46BC;
}
.AnyTagClassName
{
color: #4F46BC;
}
</style>
background-color css
<style>
a { background-color: #4F46BC; }
a { background-color: rgb(79,70,188); }
div.DivClassName
{
background-color: #4F46BC;
}
.BgClassName
{
background-color: #4F46BC;
}
</style>
border-color css
<style>
span { border-color: #4F46BC; }
span { border-color: rgb(79,70,188); }
td.TdClassName
{
border-color: #4F46BC;
}
.TagClassName
{
border-color: #4F46BC;
}
</style>