Shades of Rich Blue #4C58AC
Tints of Rich Blue #4C58AC
RGB
CMYK
RGB Variations
Color information
#4C58AC (or 0x4C58AC) is known color: Rich Blue. HEX triplet: 4C, 58 and AC. RGB value is (76,88,172). Sum of RGB (Red+Green+Blue) = 76+88+172=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C58AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C58AC is #B3A753. Grayscale: #5D5D5D. Windows color (decimal): -11773780 or 11294796. OLE color: 11294796.
HSL color Cylindrical-coordinate representation of color #4C58AC: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C58AC is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 88 | 172 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.33 |
| HSL | 232.5º | 0.39% | 0.49% | - |
| HSV(B) | 232.5º | 0.56% | 0.67% | - |
| XYZ | 13.92 | 11.49 | 40.51 | - |
| YUV | 93.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 172 | 0.56 | 0.49 | 0 | 0.33 | 232.5 | 0.39 | 0.49 |
| Hex | 4C | 58 | AC | 38 | 31 | 0 | 21 | E8 | 27 | 31 |
| Octal | 114 | 130 | 254 | 70 | 61 | 0 | 41 | 350 | 47 | 61 |
| Binary | 1001100 | 1011000 | 10101100 | 111000 | 110001 | 0 | 100001 | 11101000 | 100111 | 110001 |
Color Harmonies of #4C58AC
Complementary color
Monochromatic Colors of #4C58AC
Black with #4C58AC
Text Example
Text Example
White with #4C58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C58AC; }
p { color: rgb(76,88,172); }
H1.HeaderClassName
{
color: #4C58AC;
}
.AnyTagClassName
{
color: #4C58AC;
}
</style>
background-color css
<style>
a { background-color: #4C58AC; }
a { background-color: rgb(76,88,172); }
div.DivClassName
{
background-color: #4C58AC;
}
.BgClassName
{
background-color: #4C58AC;
}
</style>
border-color css
<style>
span { border-color: #4C58AC; }
span { border-color: rgb(76,88,172); }
td.TdClassName
{
border-color: #4C58AC;
}
.TagClassName
{
border-color: #4C58AC;
}
</style>