Shades of Rich Blue #4F5DB1
Tints of Rich Blue #4F5DB1
RGB
CMYK
RGB Variations
Color information
#4F5DB1 (or 0x4F5DB1) is known color: Rich Blue. HEX triplet: 4F, 5D and B1. RGB value is (79,93,177). Sum of RGB (Red+Green+Blue) = 79+93+177=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5DB1 is #B0A24E. Grayscale: #626262. Windows color (decimal): -11575887 or 11623759. OLE color: 11623759.
HSL color Cylindrical-coordinate representation of color #4F5DB1: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F5DB1 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 93 | 177 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.31 |
| HSL | 231.43º | 0.39% | 0.5% | - |
| HSV(B) | 231.43º | 0.55% | 0.69% | - |
| XYZ | 15.07 | 12.67 | 43.25 | - |
| YUV | 98.39 | 172.36 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 177 | 0.55 | 0.47 | 0 | 0.31 | 231.43 | 0.39 | 0.5 |
| Hex | 4F | 5D | B1 | 37 | 2F | 0 | 1F | E7 | 27 | 32 |
| Octal | 117 | 135 | 261 | 67 | 57 | 0 | 37 | 347 | 47 | 62 |
| Binary | 1001111 | 1011101 | 10110001 | 110111 | 101111 | 0 | 11111 | 11100111 | 100111 | 110010 |
Color Harmonies of #4F5DB1
Complementary color
Monochromatic Colors of #4F5DB1
Black with #4F5DB1
Text Example
Text Example
White with #4F5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5DB1; }
p { color: rgb(79,93,177); }
H1.HeaderClassName
{
color: #4F5DB1;
}
.AnyTagClassName
{
color: #4F5DB1;
}
</style>
background-color css
<style>
a { background-color: #4F5DB1; }
a { background-color: rgb(79,93,177); }
div.DivClassName
{
background-color: #4F5DB1;
}
.BgClassName
{
background-color: #4F5DB1;
}
</style>
border-color css
<style>
span { border-color: #4F5DB1; }
span { border-color: rgb(79,93,177); }
td.TdClassName
{
border-color: #4F5DB1;
}
.TagClassName
{
border-color: #4F5DB1;
}
</style>