Shades of Rich Blue #4F5DAD
Tints of Rich Blue #4F5DAD
RGB
CMYK
RGB Variations
Color information
#4F5DAD (or 0x4F5DAD) is known color: Rich Blue. HEX triplet: 4F, 5D and AD. RGB value is (79,93,173). Sum of RGB (Red+Green+Blue) = 79+93+173=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5DAD is #B0A252. Grayscale: #616161. Windows color (decimal): -11575891 or 11361615. OLE color: 11361615.
HSL color Cylindrical-coordinate representation of color #4F5DAD: hue angle of 231.06º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F5DAD is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 93 | 173 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.32 |
| HSL | 231.06º | 0.37% | 0.49% | - |
| HSV(B) | 231.06º | 0.54% | 0.68% | - |
| XYZ | 14.68 | 12.51 | 41.18 | - |
| YUV | 97.93 | 170.36 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 173 | 0.54 | 0.46 | 0 | 0.32 | 231.06 | 0.37 | 0.49 |
| Hex | 4F | 5D | AD | 36 | 2E | 0 | 20 | E7 | 25 | 31 |
| Octal | 117 | 135 | 255 | 66 | 56 | 0 | 40 | 347 | 45 | 61 |
| Binary | 1001111 | 1011101 | 10101101 | 110110 | 101110 | 0 | 100000 | 11100111 | 100101 | 110001 |
Color Harmonies of #4F5DAD
Complementary color
Monochromatic Colors of #4F5DAD
Black with #4F5DAD
Text Example
Text Example
White with #4F5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5DAD; }
p { color: rgb(79,93,173); }
H1.HeaderClassName
{
color: #4F5DAD;
}
.AnyTagClassName
{
color: #4F5DAD;
}
</style>
background-color css
<style>
a { background-color: #4F5DAD; }
a { background-color: rgb(79,93,173); }
div.DivClassName
{
background-color: #4F5DAD;
}
.BgClassName
{
background-color: #4F5DAD;
}
</style>
border-color css
<style>
span { border-color: #4F5DAD; }
span { border-color: rgb(79,93,173); }
td.TdClassName
{
border-color: #4F5DAD;
}
.TagClassName
{
border-color: #4F5DAD;
}
</style>