Shades of Rich Blue #4E5FB3
Tints of Rich Blue #4E5FB3
RGB
CMYK
RGB Variations
Color information
#4E5FB3 (or 0x4E5FB3) is known color: Rich Blue. HEX triplet: 4E, 5F and B3. RGB value is (78,95,179). Sum of RGB (Red+Green+Blue) = 78+95+179=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E5FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5FB3 is #B1A04C. Grayscale: #636363. Windows color (decimal): -11640909 or 11755342. OLE color: 11755342.
HSL color Cylindrical-coordinate representation of color #4E5FB3: hue angle of 229.9º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E5FB3 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 95 | 179 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.30 |
| HSL | 229.9º | 0.4% | 0.5% | - |
| HSV(B) | 229.9º | 0.56% | 0.7% | - |
| XYZ | 15.37 | 13.06 | 44.36 | - |
| YUV | 99.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 95 | 179 | 0.56 | 0.47 | 0 | 0.30 | 229.9 | 0.4 | 0.5 |
| Hex | 4E | 5F | B3 | 38 | 2F | 0 | 1E | E6 | 28 | 32 |
| Octal | 116 | 137 | 263 | 70 | 57 | 0 | 36 | 346 | 50 | 62 |
| Binary | 1001110 | 1011111 | 10110011 | 111000 | 101111 | 0 | 11110 | 11100110 | 101000 | 110010 |
Color Harmonies of #4E5FB3
Complementary color
Monochromatic Colors of #4E5FB3
Black with #4E5FB3
Text Example
Text Example
White with #4E5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5FB3; }
p { color: rgb(78,95,179); }
H1.HeaderClassName
{
color: #4E5FB3;
}
.AnyTagClassName
{
color: #4E5FB3;
}
</style>
background-color css
<style>
a { background-color: #4E5FB3; }
a { background-color: rgb(78,95,179); }
div.DivClassName
{
background-color: #4E5FB3;
}
.BgClassName
{
background-color: #4E5FB3;
}
</style>
border-color css
<style>
span { border-color: #4E5FB3; }
span { border-color: rgb(78,95,179); }
td.TdClassName
{
border-color: #4E5FB3;
}
.TagClassName
{
border-color: #4E5FB3;
}
</style>