Shades of Rich Blue #4E62B1
Tints of Rich Blue #4E62B1
RGB
CMYK
RGB Variations
Color information
#4E62B1 (or 0x4E62B1) is known color: Rich Blue. HEX triplet: 4E, 62 and B1. RGB value is (78,98,177). Sum of RGB (Red+Green+Blue) = 78+98+177=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #4E62B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E62B1 is #B19D4E. Grayscale: #646464. Windows color (decimal): -11640143 or 11625038. OLE color: 11625038.
HSL color Cylindrical-coordinate representation of color #4E62B1: hue angle of 227.88º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E62B1 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 98 | 177 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.31 |
| HSL | 227.88º | 0.39% | 0.5% | - |
| HSV(B) | 227.88º | 0.56% | 0.69% | - |
| XYZ | 15.45 | 13.53 | 43.39 | - |
| YUV | 101.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 177 | 0.56 | 0.45 | 0 | 0.31 | 227.88 | 0.39 | 0.5 |
| Hex | 4E | 62 | B1 | 38 | 2D | 0 | 1F | E4 | 27 | 32 |
| Octal | 116 | 142 | 261 | 70 | 55 | 0 | 37 | 344 | 47 | 62 |
| Binary | 1001110 | 1100010 | 10110001 | 111000 | 101101 | 0 | 11111 | 11100100 | 100111 | 110010 |
Color Harmonies of #4E62B1
Complementary color
Monochromatic Colors of #4E62B1
Black with #4E62B1
Text Example
Text Example
White with #4E62B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E62B1; }
p { color: rgb(78,98,177); }
H1.HeaderClassName
{
color: #4E62B1;
}
.AnyTagClassName
{
color: #4E62B1;
}
</style>
background-color css
<style>
a { background-color: #4E62B1; }
a { background-color: rgb(78,98,177); }
div.DivClassName
{
background-color: #4E62B1;
}
.BgClassName
{
background-color: #4E62B1;
}
</style>
border-color css
<style>
span { border-color: #4E62B1; }
span { border-color: rgb(78,98,177); }
td.TdClassName
{
border-color: #4E62B1;
}
.TagClassName
{
border-color: #4E62B1;
}
</style>