Shades of Rich Blue #4E44BC
Tints of Rich Blue #4E44BC
RGB
CMYK
RGB Variations
Color information
#4E44BC (or 0x4E44BC) is known color: Rich Blue. HEX triplet: 4E, 44 and BC. RGB value is (78,68,188). Sum of RGB (Red+Green+Blue) = 78+68+188=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E44BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E44BC is #B1BB43. Grayscale: #545454. Windows color (decimal): -11647812 or 12338254. OLE color: 12338254.
HSL color Cylindrical-coordinate representation of color #4E44BC: hue angle of 245º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E44BC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 68 | 188 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.26 |
| HSL | 245º | 0.47% | 0.5% | - |
| HSV(B) | 245º | 0.64% | 0.74% | - |
| XYZ | 14.29 | 9.38 | 48.64 | - |
| YUV | 84.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 188 | 0.59 | 0.64 | 0 | 0.26 | 245 | 0.47 | 0.5 |
| Hex | 4E | 44 | BC | 3B | 40 | 0 | 1A | F5 | 2F | 32 |
| Octal | 116 | 104 | 274 | 73 | 100 | 0 | 32 | 365 | 57 | 62 |
| Binary | 1001110 | 1000100 | 10111100 | 111011 | 1000000 | 0 | 11010 | 11110101 | 101111 | 110010 |
Color Harmonies of #4E44BC
Complementary color
Monochromatic Colors of #4E44BC
Black with #4E44BC
Text Example
Text Example
White with #4E44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E44BC; }
p { color: rgb(78,68,188); }
H1.HeaderClassName
{
color: #4E44BC;
}
.AnyTagClassName
{
color: #4E44BC;
}
</style>
background-color css
<style>
a { background-color: #4E44BC; }
a { background-color: rgb(78,68,188); }
div.DivClassName
{
background-color: #4E44BC;
}
.BgClassName
{
background-color: #4E44BC;
}
</style>
border-color css
<style>
span { border-color: #4E44BC; }
span { border-color: rgb(78,68,188); }
td.TdClassName
{
border-color: #4E44BC;
}
.TagClassName
{
border-color: #4E44BC;
}
</style>