Shades of Rich Blue #4C48AB
Tints of Rich Blue #4C48AB
RGB
CMYK
RGB Variations
Color information
#4C48AB (or 0x4C48AB) is known color: Rich Blue. HEX triplet: 4C, 48 and AB. RGB value is (76,72,171). Sum of RGB (Red+Green+Blue) = 76+72+171=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C48AB is #B3B754. Grayscale: #545454. Windows color (decimal): -11777877 or 11225164. OLE color: 11225164.
HSL color Cylindrical-coordinate representation of color #4C48AB: hue angle of 242.42º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C48AB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 72 | 171 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.33 |
| HSL | 242.42º | 0.41% | 0.48% | - |
| HSV(B) | 242.42º | 0.58% | 0.67% | - |
| XYZ | 12.65 | 9.11 | 39.62 | - |
| YUV | 84.48 | 176.83 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 171 | 0.56 | 0.58 | 0 | 0.33 | 242.42 | 0.41 | 0.48 |
| Hex | 4C | 48 | AB | 38 | 3A | 0 | 21 | F2 | 29 | 30 |
| Octal | 114 | 110 | 253 | 70 | 72 | 0 | 41 | 362 | 51 | 60 |
| Binary | 1001100 | 1001000 | 10101011 | 111000 | 111010 | 0 | 100001 | 11110010 | 101001 | 110000 |
Color Harmonies of #4C48AB
Complementary color
Monochromatic Colors of #4C48AB
Black with #4C48AB
Text Example
Text Example
White with #4C48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48AB; }
p { color: rgb(76,72,171); }
H1.HeaderClassName
{
color: #4C48AB;
}
.AnyTagClassName
{
color: #4C48AB;
}
</style>
background-color css
<style>
a { background-color: #4C48AB; }
a { background-color: rgb(76,72,171); }
div.DivClassName
{
background-color: #4C48AB;
}
.BgClassName
{
background-color: #4C48AB;
}
</style>
border-color css
<style>
span { border-color: #4C48AB; }
span { border-color: rgb(76,72,171); }
td.TdClassName
{
border-color: #4C48AB;
}
.TagClassName
{
border-color: #4C48AB;
}
</style>