Shades of Rich Blue #4E41AC
Tints of Rich Blue #4E41AC
RGB
CMYK
RGB Variations
Color information
#4E41AC (or 0x4E41AC) is known color: Rich Blue. HEX triplet: 4E, 41 and AC. RGB value is (78,65,172). Sum of RGB (Red+Green+Blue) = 78+65+172=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E41AC is #B1BE53. Grayscale: #505050. Windows color (decimal): -11648596 or 11288910. OLE color: 11288910.
HSL color Cylindrical-coordinate representation of color #4E41AC: hue angle of 247.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E41AC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 65 | 172 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.33 |
| HSL | 247.29º | 0.45% | 0.46% | - |
| HSV(B) | 247.29º | 0.62% | 0.67% | - |
| XYZ | 12.48 | 8.38 | 39.99 | - |
| YUV | 81.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 172 | 0.55 | 0.62 | 0 | 0.33 | 247.29 | 0.45 | 0.46 |
| Hex | 4E | 41 | AC | 37 | 3E | 0 | 21 | F7 | 2D | 2E |
| Octal | 116 | 101 | 254 | 67 | 76 | 0 | 41 | 367 | 55 | 56 |
| Binary | 1001110 | 1000001 | 10101100 | 110111 | 111110 | 0 | 100001 | 11110111 | 101101 | 101110 |
Color Harmonies of #4E41AC
Complementary color
Monochromatic Colors of #4E41AC
Black with #4E41AC
Text Example
Text Example
White with #4E41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E41AC; }
p { color: rgb(78,65,172); }
H1.HeaderClassName
{
color: #4E41AC;
}
.AnyTagClassName
{
color: #4E41AC;
}
</style>
background-color css
<style>
a { background-color: #4E41AC; }
a { background-color: rgb(78,65,172); }
div.DivClassName
{
background-color: #4E41AC;
}
.BgClassName
{
background-color: #4E41AC;
}
</style>
border-color css
<style>
span { border-color: #4E41AC; }
span { border-color: rgb(78,65,172); }
td.TdClassName
{
border-color: #4E41AC;
}
.TagClassName
{
border-color: #4E41AC;
}
</style>