Shades of Rich Blue #4E4BAD
Tints of Rich Blue #4E4BAD
RGB
CMYK
RGB Variations
Color information
#4E4BAD (or 0x4E4BAD) is known color: Rich Blue. HEX triplet: 4E, 4B and AD. RGB value is (78,75,173). Sum of RGB (Red+Green+Blue) = 78+75+173=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E4BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4BAD is #B1B452. Grayscale: #565656. Windows color (decimal): -11646035 or 11357006. OLE color: 11357006.
HSL color Cylindrical-coordinate representation of color #4E4BAD: hue angle of 241.84º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E4BAD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 75 | 173 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.32 |
| HSL | 241.84º | 0.4% | 0.49% | - |
| HSV(B) | 241.84º | 0.57% | 0.68% | - |
| XYZ | 13.2 | 9.67 | 40.71 | - |
| YUV | 87.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 173 | 0.55 | 0.57 | 0 | 0.32 | 241.84 | 0.4 | 0.49 |
| Hex | 4E | 4B | AD | 37 | 39 | 0 | 20 | F2 | 28 | 31 |
| Octal | 116 | 113 | 255 | 67 | 71 | 0 | 40 | 362 | 50 | 61 |
| Binary | 1001110 | 1001011 | 10101101 | 110111 | 111001 | 0 | 100000 | 11110010 | 101000 | 110001 |
Color Harmonies of #4E4BAD
Complementary color
Monochromatic Colors of #4E4BAD
Black with #4E4BAD
Text Example
Text Example
White with #4E4BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BAD; }
p { color: rgb(78,75,173); }
H1.HeaderClassName
{
color: #4E4BAD;
}
.AnyTagClassName
{
color: #4E4BAD;
}
</style>
background-color css
<style>
a { background-color: #4E4BAD; }
a { background-color: rgb(78,75,173); }
div.DivClassName
{
background-color: #4E4BAD;
}
.BgClassName
{
background-color: #4E4BAD;
}
</style>
border-color css
<style>
span { border-color: #4E4BAD; }
span { border-color: rgb(78,75,173); }
td.TdClassName
{
border-color: #4E4BAD;
}
.TagClassName
{
border-color: #4E4BAD;
}
</style>