Shades of Rich Blue #4F42AD
Tints of Rich Blue #4F42AD
RGB
CMYK
RGB Variations
Color information
#4F42AD (or 0x4F42AD) is known color: Rich Blue. HEX triplet: 4F, 42 and AD. RGB value is (79,66,173). Sum of RGB (Red+Green+Blue) = 79+66+173=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F42AD is #B0BD52. Grayscale: #515151. Windows color (decimal): -11582803 or 11354703. OLE color: 11354703.
HSL color Cylindrical-coordinate representation of color #4F42AD: hue angle of 247.29º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F42AD is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 66 | 173 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.32 |
| HSL | 247.29º | 0.45% | 0.47% | - |
| HSV(B) | 247.29º | 0.62% | 0.68% | - |
| XYZ | 12.72 | 8.58 | 40.52 | - |
| YUV | 82.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 173 | 0.54 | 0.62 | 0 | 0.32 | 247.29 | 0.45 | 0.47 |
| Hex | 4F | 42 | AD | 36 | 3E | 0 | 20 | F7 | 2D | 2F |
| Octal | 117 | 102 | 255 | 66 | 76 | 0 | 40 | 367 | 55 | 57 |
| Binary | 1001111 | 1000010 | 10101101 | 110110 | 111110 | 0 | 100000 | 11110111 | 101101 | 101111 |
Color Harmonies of #4F42AD
Complementary color
Monochromatic Colors of #4F42AD
Black with #4F42AD
Text Example
Text Example
White with #4F42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F42AD; }
p { color: rgb(79,66,173); }
H1.HeaderClassName
{
color: #4F42AD;
}
.AnyTagClassName
{
color: #4F42AD;
}
</style>
background-color css
<style>
a { background-color: #4F42AD; }
a { background-color: rgb(79,66,173); }
div.DivClassName
{
background-color: #4F42AD;
}
.BgClassName
{
background-color: #4F42AD;
}
</style>
border-color css
<style>
span { border-color: #4F42AD; }
span { border-color: rgb(79,66,173); }
td.TdClassName
{
border-color: #4F42AD;
}
.TagClassName
{
border-color: #4F42AD;
}
</style>