Shades of Rich Blue #4C50B6
Tints of Rich Blue #4C50B6
RGB
CMYK
RGB Variations
Color information
#4C50B6 (or 0x4C50B6) is known color: Rich Blue. HEX triplet: 4C, 50 and B6. RGB value is (76,80,182). Sum of RGB (Red+Green+Blue) = 76+80+182=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #4C50B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C50B6 is #B3AF49. Grayscale: #5A5A5A. Windows color (decimal): -11775818 or 11948108. OLE color: 11948108.
HSL color Cylindrical-coordinate representation of color #4C50B6: hue angle of 237.74º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C50B6 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 80 | 182 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.29 |
| HSL | 237.74º | 0.42% | 0.51% | - |
| HSV(B) | 237.74º | 0.58% | 0.71% | - |
| XYZ | 14.29 | 10.65 | 45.56 | - |
| YUV | 90.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 182 | 0.58 | 0.56 | 0 | 0.29 | 237.74 | 0.42 | 0.51 |
| Hex | 4C | 50 | B6 | 3A | 38 | 0 | 1D | EE | 2A | 33 |
| Octal | 114 | 120 | 266 | 72 | 70 | 0 | 35 | 356 | 52 | 63 |
| Binary | 1001100 | 1010000 | 10110110 | 111010 | 111000 | 0 | 11101 | 11101110 | 101010 | 110011 |
Color Harmonies of #4C50B6
Complementary color
Monochromatic Colors of #4C50B6
Black with #4C50B6
Text Example
Text Example
White with #4C50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C50B6; }
p { color: rgb(76,80,182); }
H1.HeaderClassName
{
color: #4C50B6;
}
.AnyTagClassName
{
color: #4C50B6;
}
</style>
background-color css
<style>
a { background-color: #4C50B6; }
a { background-color: rgb(76,80,182); }
div.DivClassName
{
background-color: #4C50B6;
}
.BgClassName
{
background-color: #4C50B6;
}
</style>
border-color css
<style>
span { border-color: #4C50B6; }
span { border-color: rgb(76,80,182); }
td.TdClassName
{
border-color: #4C50B6;
}
.TagClassName
{
border-color: #4C50B6;
}
</style>