Shades of Free Speech Blue #4C5BBC
Tints of Free Speech Blue #4C5BBC
RGB
CMYK
RGB Variations
Color information
#4C5BBC (or 0x4C5BBC) is known color: Free Speech Blue. HEX triplet: 4C, 5B and BC. RGB value is (76,91,188). Sum of RGB (Red+Green+Blue) = 76+91+188=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5BBC is #B3A443. Grayscale: #616161. Windows color (decimal): -11772996 or 12344140. OLE color: 12344140.
HSL color Cylindrical-coordinate representation of color #4C5BBC: hue angle of 231.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C5BBC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 91 | 188 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.26 |
| HSL | 231.96º | 0.46% | 0.52% | - |
| HSV(B) | 231.96º | 0.6% | 0.74% | - |
| XYZ | 15.8 | 12.65 | 49.19 | - |
| YUV | 97.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 188 | 0.60 | 0.52 | 0 | 0.26 | 231.96 | 0.46 | 0.52 |
| Hex | 4C | 5B | BC | 3C | 34 | 0 | 1A | E8 | 2E | 34 |
| Octal | 114 | 133 | 274 | 74 | 64 | 0 | 32 | 350 | 56 | 64 |
| Binary | 1001100 | 1011011 | 10111100 | 111100 | 110100 | 0 | 11010 | 11101000 | 101110 | 110100 |
Color Harmonies of #4C5BBC
Complementary color
Monochromatic Colors of #4C5BBC
Black with #4C5BBC
Text Example
Text Example
White with #4C5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5BBC; }
p { color: rgb(76,91,188); }
H1.HeaderClassName
{
color: #4C5BBC;
}
.AnyTagClassName
{
color: #4C5BBC;
}
</style>
background-color css
<style>
a { background-color: #4C5BBC; }
a { background-color: rgb(76,91,188); }
div.DivClassName
{
background-color: #4C5BBC;
}
.BgClassName
{
background-color: #4C5BBC;
}
</style>
border-color css
<style>
span { border-color: #4C5BBC; }
span { border-color: rgb(76,91,188); }
td.TdClassName
{
border-color: #4C5BBC;
}
.TagClassName
{
border-color: #4C5BBC;
}
</style>