Shades of Rich Blue #4C41AC
Tints of Rich Blue #4C41AC
RGB
CMYK
RGB Variations
Color information
#4C41AC (or 0x4C41AC) is known color: Rich Blue. HEX triplet: 4C, 41 and AC. RGB value is (76,65,172). Sum of RGB (Red+Green+Blue) = 76+65+172=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C41AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C41AC is #B3BE53. Grayscale: #505050. Windows color (decimal): -11779668 or 11288908. OLE color: 11288908.
HSL color Cylindrical-coordinate representation of color #4C41AC: hue angle of 246.17º 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 #4C41AC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 65 | 172 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.33 |
| HSL | 246.17º | 0.45% | 0.46% | - |
| HSV(B) | 246.17º | 0.62% | 0.67% | - |
| XYZ | 12.32 | 8.3 | 39.98 | - |
| YUV | 80.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 172 | 0.56 | 0.62 | 0 | 0.33 | 246.17 | 0.45 | 0.46 |
| Hex | 4C | 41 | AC | 38 | 3E | 0 | 21 | F6 | 2D | 2E |
| Octal | 114 | 101 | 254 | 70 | 76 | 0 | 41 | 366 | 55 | 56 |
| Binary | 1001100 | 1000001 | 10101100 | 111000 | 111110 | 0 | 100001 | 11110110 | 101101 | 101110 |
Color Harmonies of #4C41AC
Complementary color
Monochromatic Colors of #4C41AC
Black with #4C41AC
Text Example
Text Example
White with #4C41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C41AC; }
p { color: rgb(76,65,172); }
H1.HeaderClassName
{
color: #4C41AC;
}
.AnyTagClassName
{
color: #4C41AC;
}
</style>
background-color css
<style>
a { background-color: #4C41AC; }
a { background-color: rgb(76,65,172); }
div.DivClassName
{
background-color: #4C41AC;
}
.BgClassName
{
background-color: #4C41AC;
}
</style>
border-color css
<style>
span { border-color: #4C41AC; }
span { border-color: rgb(76,65,172); }
td.TdClassName
{
border-color: #4C41AC;
}
.TagClassName
{
border-color: #4C41AC;
}
</style>