Shades of Rich Blue #4C48AD
Tints of Rich Blue #4C48AD
RGB
CMYK
RGB Variations
Color information
#4C48AD (or 0x4C48AD) is known color: Rich Blue. HEX triplet: 4C, 48 and AD. RGB value is (76,72,173). Sum of RGB (Red+Green+Blue) = 76+72+173=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C48AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C48AD is #B3B752. Grayscale: #545454. Windows color (decimal): -11777875 or 11356236. OLE color: 11356236.
HSL color Cylindrical-coordinate representation of color #4C48AD: hue angle of 242.38º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C48AD is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 72 | 173 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.32 |
| HSL | 242.38º | 0.41% | 0.48% | - |
| HSV(B) | 242.38º | 0.58% | 0.68% | - |
| XYZ | 12.84 | 9.19 | 40.63 | - |
| YUV | 84.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 173 | 0.56 | 0.58 | 0 | 0.32 | 242.38 | 0.41 | 0.48 |
| Hex | 4C | 48 | AD | 38 | 3A | 0 | 20 | F2 | 29 | 30 |
| Octal | 114 | 110 | 255 | 70 | 72 | 0 | 40 | 362 | 51 | 60 |
| Binary | 1001100 | 1001000 | 10101101 | 111000 | 111010 | 0 | 100000 | 11110010 | 101001 | 110000 |
Color Harmonies of #4C48AD
Complementary color
Monochromatic Colors of #4C48AD
Black with #4C48AD
Text Example
Text Example
White with #4C48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48AD; }
p { color: rgb(76,72,173); }
H1.HeaderClassName
{
color: #4C48AD;
}
.AnyTagClassName
{
color: #4C48AD;
}
</style>
background-color css
<style>
a { background-color: #4C48AD; }
a { background-color: rgb(76,72,173); }
div.DivClassName
{
background-color: #4C48AD;
}
.BgClassName
{
background-color: #4C48AD;
}
</style>
border-color css
<style>
span { border-color: #4C48AD; }
span { border-color: rgb(76,72,173); }
td.TdClassName
{
border-color: #4C48AD;
}
.TagClassName
{
border-color: #4C48AD;
}
</style>