Shades of Rich Blue #4F3FAC
Tints of Rich Blue #4F3FAC
RGB
CMYK
RGB Variations
Color information
#4F3FAC (or 0x4F3FAC) is known color: Rich Blue. HEX triplet: 4F, 3F and AC. RGB value is (79,63,172). Sum of RGB (Red+Green+Blue) = 79+63+172=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3FAC is #B0C053. Grayscale: #4F4F4F. Windows color (decimal): -11583572 or 11288399. OLE color: 11288399.
HSL color Cylindrical-coordinate representation of color #4F3FAC: hue angle of 248.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F3FAC is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 63 | 172 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.33 |
| HSL | 248.81º | 0.46% | 0.46% | - |
| HSV(B) | 248.81º | 0.63% | 0.67% | - |
| XYZ | 12.45 | 8.2 | 39.96 | - |
| YUV | 80.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 172 | 0.54 | 0.63 | 0 | 0.33 | 248.81 | 0.46 | 0.46 |
| Hex | 4F | 3F | AC | 36 | 3F | 0 | 21 | F9 | 2E | 2E |
| Octal | 117 | 77 | 254 | 66 | 77 | 0 | 41 | 371 | 56 | 56 |
| Binary | 1001111 | 111111 | 10101100 | 110110 | 111111 | 0 | 100001 | 11111001 | 101110 | 101110 |
Color Harmonies of #4F3FAC
Complementary color
Monochromatic Colors of #4F3FAC
Black with #4F3FAC
Text Example
Text Example
White with #4F3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3FAC; }
p { color: rgb(79,63,172); }
H1.HeaderClassName
{
color: #4F3FAC;
}
.AnyTagClassName
{
color: #4F3FAC;
}
</style>
background-color css
<style>
a { background-color: #4F3FAC; }
a { background-color: rgb(79,63,172); }
div.DivClassName
{
background-color: #4F3FAC;
}
.BgClassName
{
background-color: #4F3FAC;
}
</style>
border-color css
<style>
span { border-color: #4F3FAC; }
span { border-color: rgb(79,63,172); }
td.TdClassName
{
border-color: #4F3FAC;
}
.TagClassName
{
border-color: #4F3FAC;
}
</style>