Shades of Rich Blue #4F5AAA
Tints of Rich Blue #4F5AAA
RGB
CMYK
RGB Variations
Color information
#4F5AAA (or 0x4F5AAA) is known color: Rich Blue. HEX triplet: 4F, 5A and AA. RGB value is (79,90,170). Sum of RGB (Red+Green+Blue) = 79+90+170=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5AAA is #B0A555. Grayscale: #5F5F5F. Windows color (decimal): -11576662 or 11164239. OLE color: 11164239.
HSL color Cylindrical-coordinate representation of color #4F5AAA: hue angle of 232.75º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F5AAA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 90 | 170 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.33 |
| HSL | 232.75º | 0.37% | 0.49% | - |
| HSV(B) | 232.75º | 0.54% | 0.67% | - |
| XYZ | 14.14 | 11.88 | 39.58 | - |
| YUV | 95.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 170 | 0.54 | 0.47 | 0 | 0.33 | 232.75 | 0.37 | 0.49 |
| Hex | 4F | 5A | AA | 36 | 2F | 0 | 21 | E9 | 25 | 31 |
| Octal | 117 | 132 | 252 | 66 | 57 | 0 | 41 | 351 | 45 | 61 |
| Binary | 1001111 | 1011010 | 10101010 | 110110 | 101111 | 0 | 100001 | 11101001 | 100101 | 110001 |
Color Harmonies of #4F5AAA
Complementary color
Monochromatic Colors of #4F5AAA
Black with #4F5AAA
Text Example
Text Example
White with #4F5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5AAA; }
p { color: rgb(79,90,170); }
H1.HeaderClassName
{
color: #4F5AAA;
}
.AnyTagClassName
{
color: #4F5AAA;
}
</style>
background-color css
<style>
a { background-color: #4F5AAA; }
a { background-color: rgb(79,90,170); }
div.DivClassName
{
background-color: #4F5AAA;
}
.BgClassName
{
background-color: #4F5AAA;
}
</style>
border-color css
<style>
span { border-color: #4F5AAA; }
span { border-color: rgb(79,90,170); }
td.TdClassName
{
border-color: #4F5AAA;
}
.TagClassName
{
border-color: #4F5AAA;
}
</style>