Shades of Rich Blue #4E4BBC
Tints of Rich Blue #4E4BBC
RGB
CMYK
RGB Variations
Color information
#4E4BBC (or 0x4E4BBC) is known color: Rich Blue. HEX triplet: 4E, 4B and BC. RGB value is (78,75,188). Sum of RGB (Red+Green+Blue) = 78+75+188=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4BBC is #B1B443. Grayscale: #585858. Windows color (decimal): -11646020 or 12340046. OLE color: 12340046.
HSL color Cylindrical-coordinate representation of color #4E4BBC: hue angle of 241.59º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E4BBC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 75 | 188 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.26 |
| HSL | 241.59º | 0.46% | 0.52% | - |
| HSV(B) | 241.59º | 0.6% | 0.74% | - |
| XYZ | 14.74 | 10.28 | 48.79 | - |
| YUV | 88.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 188 | 0.59 | 0.60 | 0 | 0.26 | 241.59 | 0.46 | 0.52 |
| Hex | 4E | 4B | BC | 3B | 3C | 0 | 1A | F2 | 2E | 34 |
| Octal | 116 | 113 | 274 | 73 | 74 | 0 | 32 | 362 | 56 | 64 |
| Binary | 1001110 | 1001011 | 10111100 | 111011 | 111100 | 0 | 11010 | 11110010 | 101110 | 110100 |
Color Harmonies of #4E4BBC
Complementary color
Monochromatic Colors of #4E4BBC
Black with #4E4BBC
Text Example
Text Example
White with #4E4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BBC; }
p { color: rgb(78,75,188); }
H1.HeaderClassName
{
color: #4E4BBC;
}
.AnyTagClassName
{
color: #4E4BBC;
}
</style>
background-color css
<style>
a { background-color: #4E4BBC; }
a { background-color: rgb(78,75,188); }
div.DivClassName
{
background-color: #4E4BBC;
}
.BgClassName
{
background-color: #4E4BBC;
}
</style>
border-color css
<style>
span { border-color: #4E4BBC; }
span { border-color: rgb(78,75,188); }
td.TdClassName
{
border-color: #4E4BBC;
}
.TagClassName
{
border-color: #4E4BBC;
}
</style>