Shades of Rich Blue #4F40AB
Tints of Rich Blue #4F40AB
RGB
CMYK
RGB Variations
Color information
#4F40AB (or 0x4F40AB) is known color: Rich Blue. HEX triplet: 4F, 40 and AB. RGB value is (79,64,171). Sum of RGB (Red+Green+Blue) = 79+64+171=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F40AB is #B0BF54. Grayscale: #505050. Windows color (decimal): -11583317 or 11223119. OLE color: 11223119.
HSL color Cylindrical-coordinate representation of color #4F40AB: hue angle of 248.41º 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 #4F40AB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 64 | 171 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.33 |
| HSL | 248.41º | 0.46% | 0.46% | - |
| HSV(B) | 248.41º | 0.63% | 0.67% | - |
| XYZ | 12.41 | 8.27 | 39.47 | - |
| YUV | 80.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 171 | 0.54 | 0.63 | 0 | 0.33 | 248.41 | 0.46 | 0.46 |
| Hex | 4F | 40 | AB | 36 | 3F | 0 | 21 | F8 | 2E | 2E |
| Octal | 117 | 100 | 253 | 66 | 77 | 0 | 41 | 370 | 56 | 56 |
| Binary | 1001111 | 1000000 | 10101011 | 110110 | 111111 | 0 | 100001 | 11111000 | 101110 | 101110 |
Color Harmonies of #4F40AB
Complementary color
Monochromatic Colors of #4F40AB
Black with #4F40AB
Text Example
Text Example
White with #4F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F40AB; }
p { color: rgb(79,64,171); }
H1.HeaderClassName
{
color: #4F40AB;
}
.AnyTagClassName
{
color: #4F40AB;
}
</style>
background-color css
<style>
a { background-color: #4F40AB; }
a { background-color: rgb(79,64,171); }
div.DivClassName
{
background-color: #4F40AB;
}
.BgClassName
{
background-color: #4F40AB;
}
</style>
border-color css
<style>
span { border-color: #4F40AB; }
span { border-color: rgb(79,64,171); }
td.TdClassName
{
border-color: #4F40AB;
}
.TagClassName
{
border-color: #4F40AB;
}
</style>