Shades of Rich Blue #4C42AC
Tints of Rich Blue #4C42AC
RGB
CMYK
RGB Variations
Color information
#4C42AC (or 0x4C42AC) is known color: Rich Blue. HEX triplet: 4C, 42 and AC. RGB value is (76,66,172). Sum of RGB (Red+Green+Blue) = 76+66+172=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C42AC is #B3BD53. Grayscale: #505050. Windows color (decimal): -11779412 or 11289164. OLE color: 11289164.
HSL color Cylindrical-coordinate representation of color #4C42AC: hue angle of 245.66º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C42AC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 66 | 172 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.33 |
| HSL | 245.66º | 0.45% | 0.47% | - |
| HSV(B) | 245.66º | 0.62% | 0.67% | - |
| XYZ | 12.38 | 8.41 | 40 | - |
| YUV | 81.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 172 | 0.56 | 0.62 | 0 | 0.33 | 245.66 | 0.45 | 0.47 |
| Hex | 4C | 42 | AC | 38 | 3E | 0 | 21 | F6 | 2D | 2F |
| Octal | 114 | 102 | 254 | 70 | 76 | 0 | 41 | 366 | 55 | 57 |
| Binary | 1001100 | 1000010 | 10101100 | 111000 | 111110 | 0 | 100001 | 11110110 | 101101 | 101111 |
Color Harmonies of #4C42AC
Complementary color
Monochromatic Colors of #4C42AC
Black with #4C42AC
Text Example
Text Example
White with #4C42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C42AC; }
p { color: rgb(76,66,172); }
H1.HeaderClassName
{
color: #4C42AC;
}
.AnyTagClassName
{
color: #4C42AC;
}
</style>
background-color css
<style>
a { background-color: #4C42AC; }
a { background-color: rgb(76,66,172); }
div.DivClassName
{
background-color: #4C42AC;
}
.BgClassName
{
background-color: #4C42AC;
}
</style>
border-color css
<style>
span { border-color: #4C42AC; }
span { border-color: rgb(76,66,172); }
td.TdClassName
{
border-color: #4C42AC;
}
.TagClassName
{
border-color: #4C42AC;
}
</style>