Shades of Rich Blue #4E5BAF
Tints of Rich Blue #4E5BAF
RGB
CMYK
RGB Variations
Color information
#4E5BAF (or 0x4E5BAF) is known color: Rich Blue. HEX triplet: 4E, 5B and AF. RGB value is (78,91,175). Sum of RGB (Red+Green+Blue) = 78+91+175=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E5BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5BAF is #B1A450. Grayscale: #606060. Windows color (decimal): -11641937 or 11492174. OLE color: 11492174.
HSL color Cylindrical-coordinate representation of color #4E5BAF: hue angle of 231.96º degrees, saturation: 0.38, 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 #4E5BAF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 91 | 175 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.31 |
| HSL | 231.96º | 0.38% | 0.5% | - |
| HSV(B) | 231.96º | 0.55% | 0.69% | - |
| XYZ | 14.62 | 12.2 | 42.14 | - |
| YUV | 96.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 175 | 0.55 | 0.48 | 0 | 0.31 | 231.96 | 0.38 | 0.5 |
| Hex | 4E | 5B | AF | 37 | 30 | 0 | 1F | E8 | 26 | 32 |
| Octal | 116 | 133 | 257 | 67 | 60 | 0 | 37 | 350 | 46 | 62 |
| Binary | 1001110 | 1011011 | 10101111 | 110111 | 110000 | 0 | 11111 | 11101000 | 100110 | 110010 |
Color Harmonies of #4E5BAF
Complementary color
Monochromatic Colors of #4E5BAF
Black with #4E5BAF
Text Example
Text Example
White with #4E5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5BAF; }
p { color: rgb(78,91,175); }
H1.HeaderClassName
{
color: #4E5BAF;
}
.AnyTagClassName
{
color: #4E5BAF;
}
</style>
background-color css
<style>
a { background-color: #4E5BAF; }
a { background-color: rgb(78,91,175); }
div.DivClassName
{
background-color: #4E5BAF;
}
.BgClassName
{
background-color: #4E5BAF;
}
</style>
border-color css
<style>
span { border-color: #4E5BAF; }
span { border-color: rgb(78,91,175); }
td.TdClassName
{
border-color: #4E5BAF;
}
.TagClassName
{
border-color: #4E5BAF;
}
</style>