Shades of Rich Blue #4F52BA
Tints of Rich Blue #4F52BA
RGB
CMYK
RGB Variations
Color information
#4F52BA (or 0x4F52BA) is known color: Rich Blue. HEX triplet: 4F, 52 and BA. RGB value is (79,82,186). Sum of RGB (Red+Green+Blue) = 79+82+186=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F52BA is #B0AD45. Grayscale: #5C5C5C. Windows color (decimal): -11578694 or 12210767. OLE color: 12210767.
HSL color Cylindrical-coordinate representation of color #4F52BA: hue angle of 238.32º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F52BA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 82 | 186 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.27 |
| HSL | 238.32º | 0.44% | 0.52% | - |
| HSV(B) | 238.32º | 0.58% | 0.73% | - |
| XYZ | 15.1 | 11.24 | 47.83 | - |
| YUV | 92.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 186 | 0.58 | 0.56 | 0 | 0.27 | 238.32 | 0.44 | 0.52 |
| Hex | 4F | 52 | BA | 3A | 38 | 0 | 1B | EE | 2C | 34 |
| Octal | 117 | 122 | 272 | 72 | 70 | 0 | 33 | 356 | 54 | 64 |
| Binary | 1001111 | 1010010 | 10111010 | 111010 | 111000 | 0 | 11011 | 11101110 | 101100 | 110100 |
Color Harmonies of #4F52BA
Complementary color
Monochromatic Colors of #4F52BA
Black with #4F52BA
Text Example
Text Example
White with #4F52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F52BA; }
p { color: rgb(79,82,186); }
H1.HeaderClassName
{
color: #4F52BA;
}
.AnyTagClassName
{
color: #4F52BA;
}
</style>
background-color css
<style>
a { background-color: #4F52BA; }
a { background-color: rgb(79,82,186); }
div.DivClassName
{
background-color: #4F52BA;
}
.BgClassName
{
background-color: #4F52BA;
}
</style>
border-color css
<style>
span { border-color: #4F52BA; }
span { border-color: rgb(79,82,186); }
td.TdClassName
{
border-color: #4F52BA;
}
.TagClassName
{
border-color: #4F52BA;
}
</style>