Shades of Rich Blue #4F40AD
Tints of Rich Blue #4F40AD
RGB
CMYK
RGB Variations
Color information
#4F40AD (or 0x4F40AD) is known color: Rich Blue. HEX triplet: 4F, 40 and AD. RGB value is (79,64,173). Sum of RGB (Red+Green+Blue) = 79+64+173=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F40AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F40AD is #B0BF52. Grayscale: #505050. Windows color (decimal): -11583315 or 11354191. OLE color: 11354191.
HSL color Cylindrical-coordinate representation of color #4F40AD: hue angle of 248.26º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F40AD is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 64 | 173 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.32 |
| HSL | 248.26º | 0.46% | 0.46% | - |
| HSV(B) | 248.26º | 0.63% | 0.68% | - |
| XYZ | 12.6 | 8.35 | 40.48 | - |
| YUV | 80.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 173 | 0.54 | 0.63 | 0 | 0.32 | 248.26 | 0.46 | 0.46 |
| Hex | 4F | 40 | AD | 36 | 3F | 0 | 20 | F8 | 2E | 2E |
| Octal | 117 | 100 | 255 | 66 | 77 | 0 | 40 | 370 | 56 | 56 |
| Binary | 1001111 | 1000000 | 10101101 | 110110 | 111111 | 0 | 100000 | 11111000 | 101110 | 101110 |
Color Harmonies of #4F40AD
Complementary color
Monochromatic Colors of #4F40AD
Black with #4F40AD
Text Example
Text Example
White with #4F40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F40AD; }
p { color: rgb(79,64,173); }
H1.HeaderClassName
{
color: #4F40AD;
}
.AnyTagClassName
{
color: #4F40AD;
}
</style>
background-color css
<style>
a { background-color: #4F40AD; }
a { background-color: rgb(79,64,173); }
div.DivClassName
{
background-color: #4F40AD;
}
.BgClassName
{
background-color: #4F40AD;
}
</style>
border-color css
<style>
span { border-color: #4F40AD; }
span { border-color: rgb(79,64,173); }
td.TdClassName
{
border-color: #4F40AD;
}
.TagClassName
{
border-color: #4F40AD;
}
</style>