Shades of Rich Blue #4F40B7
Tints of Rich Blue #4F40B7
RGB
CMYK
RGB Variations
Color information
#4F40B7 (or 0x4F40B7) is known color: Rich Blue. HEX triplet: 4F, 40 and B7. RGB value is (79,64,183). Sum of RGB (Red+Green+Blue) = 79+64+183=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #4F40B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F40B7 is #B0BF48. Grayscale: #515151. Windows color (decimal): -11583305 or 12009551. OLE color: 12009551.
HSL color Cylindrical-coordinate representation of color #4F40B7: hue angle of 247.56º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F40B7 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 64 | 183 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.28 |
| HSL | 247.56º | 0.48% | 0.48% | - |
| HSV(B) | 247.56º | 0.65% | 0.72% | - |
| XYZ | 13.61 | 8.75 | 45.77 | - |
| YUV | 82.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 183 | 0.57 | 0.65 | 0 | 0.28 | 247.56 | 0.48 | 0.48 |
| Hex | 4F | 40 | B7 | 39 | 41 | 0 | 1C | F8 | 30 | 30 |
| Octal | 117 | 100 | 267 | 71 | 101 | 0 | 34 | 370 | 60 | 60 |
| Binary | 1001111 | 1000000 | 10110111 | 111001 | 1000001 | 0 | 11100 | 11111000 | 110000 | 110000 |
Color Harmonies of #4F40B7
Complementary color
Monochromatic Colors of #4F40B7
Black with #4F40B7
Text Example
Text Example
White with #4F40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F40B7; }
p { color: rgb(79,64,183); }
H1.HeaderClassName
{
color: #4F40B7;
}
.AnyTagClassName
{
color: #4F40B7;
}
</style>
background-color css
<style>
a { background-color: #4F40B7; }
a { background-color: rgb(79,64,183); }
div.DivClassName
{
background-color: #4F40B7;
}
.BgClassName
{
background-color: #4F40B7;
}
</style>
border-color css
<style>
span { border-color: #4F40B7; }
span { border-color: rgb(79,64,183); }
td.TdClassName
{
border-color: #4F40B7;
}
.TagClassName
{
border-color: #4F40B7;
}
</style>