Shades of Rich Blue #4E4ABC
Tints of Rich Blue #4E4ABC
RGB
CMYK
RGB Variations
Color information
#4E4ABC (or 0x4E4ABC) is known color: Rich Blue. HEX triplet: 4E, 4A and BC. RGB value is (78,74,188). Sum of RGB (Red+Green+Blue) = 78+74+188=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4ABC is #B1B543. Grayscale: #575757. Windows color (decimal): -11646276 or 12339790. OLE color: 12339790.
HSL color Cylindrical-coordinate representation of color #4E4ABC: hue angle of 242.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E4ABC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 74 | 188 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.26 |
| HSL | 242.11º | 0.46% | 0.51% | - |
| HSV(B) | 242.11º | 0.61% | 0.74% | - |
| XYZ | 14.67 | 10.15 | 48.76 | - |
| YUV | 88.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 188 | 0.59 | 0.61 | 0 | 0.26 | 242.11 | 0.46 | 0.51 |
| Hex | 4E | 4A | BC | 3B | 3D | 0 | 1A | F2 | 2E | 33 |
| Octal | 116 | 112 | 274 | 73 | 75 | 0 | 32 | 362 | 56 | 63 |
| Binary | 1001110 | 1001010 | 10111100 | 111011 | 111101 | 0 | 11010 | 11110010 | 101110 | 110011 |
Color Harmonies of #4E4ABC
Complementary color
Monochromatic Colors of #4E4ABC
Black with #4E4ABC
Text Example
Text Example
White with #4E4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4ABC; }
p { color: rgb(78,74,188); }
H1.HeaderClassName
{
color: #4E4ABC;
}
.AnyTagClassName
{
color: #4E4ABC;
}
</style>
background-color css
<style>
a { background-color: #4E4ABC; }
a { background-color: rgb(78,74,188); }
div.DivClassName
{
background-color: #4E4ABC;
}
.BgClassName
{
background-color: #4E4ABC;
}
</style>
border-color css
<style>
span { border-color: #4E4ABC; }
span { border-color: rgb(78,74,188); }
td.TdClassName
{
border-color: #4E4ABC;
}
.TagClassName
{
border-color: #4E4ABC;
}
</style>