Shades of Rich Blue #4C3EBA
Tints of Rich Blue #4C3EBA
RGB
CMYK
RGB Variations
Color information
#4C3EBA (or 0x4C3EBA) is known color: Rich Blue. HEX triplet: 4C, 3E and BA. RGB value is (76,62,186). Sum of RGB (Red+Green+Blue) = 76+62+186=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3EBA is #B3C145. Grayscale: #4F4F4F. Windows color (decimal): -11780422 or 12205644. OLE color: 12205644.
HSL color Cylindrical-coordinate representation of color #4C3EBA: hue angle of 246.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C3EBA is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 62 | 186 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.27 |
| HSL | 246.77º | 0.5% | 0.49% | - |
| HSV(B) | 246.77º | 0.67% | 0.73% | - |
| XYZ | 13.57 | 8.53 | 47.39 | - |
| YUV | 80.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 186 | 0.59 | 0.67 | 0 | 0.27 | 246.77 | 0.5 | 0.49 |
| Hex | 4C | 3E | BA | 3B | 43 | 0 | 1B | F7 | 32 | 31 |
| Octal | 114 | 76 | 272 | 73 | 103 | 0 | 33 | 367 | 62 | 61 |
| Binary | 1001100 | 111110 | 10111010 | 111011 | 1000011 | 0 | 11011 | 11110111 | 110010 | 110001 |
Color Harmonies of #4C3EBA
Complementary color
Monochromatic Colors of #4C3EBA
Black with #4C3EBA
Text Example
Text Example
White with #4C3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3EBA; }
p { color: rgb(76,62,186); }
H1.HeaderClassName
{
color: #4C3EBA;
}
.AnyTagClassName
{
color: #4C3EBA;
}
</style>
background-color css
<style>
a { background-color: #4C3EBA; }
a { background-color: rgb(76,62,186); }
div.DivClassName
{
background-color: #4C3EBA;
}
.BgClassName
{
background-color: #4C3EBA;
}
</style>
border-color css
<style>
span { border-color: #4C3EBA; }
span { border-color: rgb(76,62,186); }
td.TdClassName
{
border-color: #4C3EBA;
}
.TagClassName
{
border-color: #4C3EBA;
}
</style>