Shades of Rich Blue #4C47B4
Tints of Rich Blue #4C47B4
RGB
CMYK
RGB Variations
Color information
#4C47B4 (or 0x4C47B4) is known color: Rich Blue. HEX triplet: 4C, 47 and B4. RGB value is (76,71,180). Sum of RGB (Red+Green+Blue) = 76+71+180=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C47B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C47B4 is #B3B84B. Grayscale: #545454. Windows color (decimal): -11778124 or 11814732. OLE color: 11814732.
HSL color Cylindrical-coordinate representation of color #4C47B4: hue angle of 242.75º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C47B4 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 71 | 180 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.29 |
| HSL | 242.75º | 0.43% | 0.49% | - |
| HSV(B) | 242.75º | 0.61% | 0.71% | - |
| XYZ | 13.47 | 9.34 | 44.27 | - |
| YUV | 84.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 180 | 0.58 | 0.61 | 0 | 0.29 | 242.75 | 0.43 | 0.49 |
| Hex | 4C | 47 | B4 | 3A | 3D | 0 | 1D | F3 | 2B | 31 |
| Octal | 114 | 107 | 264 | 72 | 75 | 0 | 35 | 363 | 53 | 61 |
| Binary | 1001100 | 1000111 | 10110100 | 111010 | 111101 | 0 | 11101 | 11110011 | 101011 | 110001 |
Color Harmonies of #4C47B4
Complementary color
Monochromatic Colors of #4C47B4
Black with #4C47B4
Text Example
Text Example
White with #4C47B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C47B4; }
p { color: rgb(76,71,180); }
H1.HeaderClassName
{
color: #4C47B4;
}
.AnyTagClassName
{
color: #4C47B4;
}
</style>
background-color css
<style>
a { background-color: #4C47B4; }
a { background-color: rgb(76,71,180); }
div.DivClassName
{
background-color: #4C47B4;
}
.BgClassName
{
background-color: #4C47B4;
}
</style>
border-color css
<style>
span { border-color: #4C47B4; }
span { border-color: rgb(76,71,180); }
td.TdClassName
{
border-color: #4C47B4;
}
.TagClassName
{
border-color: #4C47B4;
}
</style>