Shades of Rich Blue #4C40BC
Tints of Rich Blue #4C40BC
RGB
CMYK
RGB Variations
Color information
#4C40BC (or 0x4C40BC) is known color: Rich Blue. HEX triplet: 4C, 40 and BC. RGB value is (76,64,188). Sum of RGB (Red+Green+Blue) = 76+64+188=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40BC is #B3BF43. Grayscale: #515151. Windows color (decimal): -11779908 or 12337228. OLE color: 12337228.
HSL color Cylindrical-coordinate representation of color #4C40BC: hue angle of 245.81º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C40BC is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 64 | 188 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.26 |
| HSL | 245.81º | 0.49% | 0.49% | - |
| HSV(B) | 245.81º | 0.66% | 0.74% | - |
| XYZ | 13.89 | 8.83 | 48.55 | - |
| YUV | 81.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 188 | 0.60 | 0.66 | 0 | 0.26 | 245.81 | 0.49 | 0.49 |
| Hex | 4C | 40 | BC | 3C | 42 | 0 | 1A | F6 | 31 | 31 |
| Octal | 114 | 100 | 274 | 74 | 102 | 0 | 32 | 366 | 61 | 61 |
| Binary | 1001100 | 1000000 | 10111100 | 111100 | 1000010 | 0 | 11010 | 11110110 | 110001 | 110001 |
Color Harmonies of #4C40BC
Complementary color
Monochromatic Colors of #4C40BC
Black with #4C40BC
Text Example
Text Example
White with #4C40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C40BC; }
p { color: rgb(76,64,188); }
H1.HeaderClassName
{
color: #4C40BC;
}
.AnyTagClassName
{
color: #4C40BC;
}
</style>
background-color css
<style>
a { background-color: #4C40BC; }
a { background-color: rgb(76,64,188); }
div.DivClassName
{
background-color: #4C40BC;
}
.BgClassName
{
background-color: #4C40BC;
}
</style>
border-color css
<style>
span { border-color: #4C40BC; }
span { border-color: rgb(76,64,188); }
td.TdClassName
{
border-color: #4C40BC;
}
.TagClassName
{
border-color: #4C40BC;
}
</style>