Shades of Free Speech Blue #4C5CBE
Tints of Free Speech Blue #4C5CBE
RGB
CMYK
RGB Variations
Color information
#4C5CBE (or 0x4C5CBE) is known color: Free Speech Blue. HEX triplet: 4C, 5C and BE. RGB value is (76,92,190). Sum of RGB (Red+Green+Blue) = 76+92+190=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C5CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5CBE is #B3A341. Grayscale: #616161. Windows color (decimal): -11772738 or 12475468. OLE color: 12475468.
HSL color Cylindrical-coordinate representation of color #4C5CBE: hue angle of 231.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C5CBE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 92 | 190 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.25 |
| HSL | 231.58º | 0.47% | 0.52% | - |
| HSV(B) | 231.58º | 0.6% | 0.75% | - |
| XYZ | 16.1 | 12.91 | 50.36 | - |
| YUV | 98.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 190 | 0.60 | 0.52 | 0 | 0.25 | 231.58 | 0.47 | 0.52 |
| Hex | 4C | 5C | BE | 3C | 34 | 0 | 19 | E8 | 2F | 34 |
| Octal | 114 | 134 | 276 | 74 | 64 | 0 | 31 | 350 | 57 | 64 |
| Binary | 1001100 | 1011100 | 10111110 | 111100 | 110100 | 0 | 11001 | 11101000 | 101111 | 110100 |
Color Harmonies of #4C5CBE
Complementary color
Monochromatic Colors of #4C5CBE
Black with #4C5CBE
Text Example
Text Example
White with #4C5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5CBE; }
p { color: rgb(76,92,190); }
H1.HeaderClassName
{
color: #4C5CBE;
}
.AnyTagClassName
{
color: #4C5CBE;
}
</style>
background-color css
<style>
a { background-color: #4C5CBE; }
a { background-color: rgb(76,92,190); }
div.DivClassName
{
background-color: #4C5CBE;
}
.BgClassName
{
background-color: #4C5CBE;
}
</style>
border-color css
<style>
span { border-color: #4C5CBE; }
span { border-color: rgb(76,92,190); }
td.TdClassName
{
border-color: #4C5CBE;
}
.TagClassName
{
border-color: #4C5CBE;
}
</style>