Shades of Rich Blue #4C3FBB
Tints of Rich Blue #4C3FBB
RGB
CMYK
RGB Variations
Color information
#4C3FBB (or 0x4C3FBB) is known color: Rich Blue. HEX triplet: 4C, 3F and BB. RGB value is (76,63,187). Sum of RGB (Red+Green+Blue) = 76+63+187=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C3FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FBB is #B3C044. Grayscale: #505050. Windows color (decimal): -11780165 or 12271436. OLE color: 12271436.
HSL color Cylindrical-coordinate representation of color #4C3FBB: hue angle of 246.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3FBB is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 63 | 187 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.27 |
| HSL | 246.29º | 0.5% | 0.49% | - |
| HSV(B) | 246.29º | 0.66% | 0.73% | - |
| XYZ | 13.73 | 8.68 | 47.97 | - |
| YUV | 81.02 | 187.81 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 187 | 0.59 | 0.66 | 0 | 0.27 | 246.29 | 0.5 | 0.49 |
| Hex | 4C | 3F | BB | 3B | 42 | 0 | 1B | F6 | 32 | 31 |
| Octal | 114 | 77 | 273 | 73 | 102 | 0 | 33 | 366 | 62 | 61 |
| Binary | 1001100 | 111111 | 10111011 | 111011 | 1000010 | 0 | 11011 | 11110110 | 110010 | 110001 |
Color Harmonies of #4C3FBB
Complementary color
Monochromatic Colors of #4C3FBB
Black with #4C3FBB
Text Example
Text Example
White with #4C3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3FBB; }
p { color: rgb(76,63,187); }
H1.HeaderClassName
{
color: #4C3FBB;
}
.AnyTagClassName
{
color: #4C3FBB;
}
</style>
background-color css
<style>
a { background-color: #4C3FBB; }
a { background-color: rgb(76,63,187); }
div.DivClassName
{
background-color: #4C3FBB;
}
.BgClassName
{
background-color: #4C3FBB;
}
</style>
border-color css
<style>
span { border-color: #4C3FBB; }
span { border-color: rgb(76,63,187); }
td.TdClassName
{
border-color: #4C3FBB;
}
.TagClassName
{
border-color: #4C3FBB;
}
</style>