Shades of Free Speech Blue #4C5BCB
Tints of Free Speech Blue #4C5BCB
RGB
CMYK
RGB Variations
Color information
#4C5BCB (or 0x4C5BCB) is known color: Free Speech Blue. HEX triplet: 4C, 5B and CB. RGB value is (76,91,203). Sum of RGB (Red+Green+Blue) = 76+91+203=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C5BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5BCB is #B3A434. Grayscale: #626262. Windows color (decimal): -11772981 or 13327180. OLE color: 13327180.
HSL color Cylindrical-coordinate representation of color #4C5BCB: hue angle of 232.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C5BCB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 91 | 203 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.20 |
| HSL | 232.91º | 0.55% | 0.55% | - |
| HSV(B) | 232.91º | 0.63% | 0.8% | - |
| XYZ | 17.5 | 13.33 | 58.15 | - |
| YUV | 99.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 91 | 203 | 0.63 | 0.55 | 0 | 0.20 | 232.91 | 0.55 | 0.55 |
| Hex | 4C | 5B | CB | 3F | 37 | 0 | 14 | E9 | 37 | 37 |
| Octal | 114 | 133 | 313 | 77 | 67 | 0 | 24 | 351 | 67 | 67 |
| Binary | 1001100 | 1011011 | 11001011 | 111111 | 110111 | 0 | 10100 | 11101001 | 110111 | 110111 |
Color Harmonies of #4C5BCB
Complementary color
Monochromatic Colors of #4C5BCB
Black with #4C5BCB
Text Example
Text Example
White with #4C5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5BCB; }
p { color: rgb(76,91,203); }
H1.HeaderClassName
{
color: #4C5BCB;
}
.AnyTagClassName
{
color: #4C5BCB;
}
</style>
background-color css
<style>
a { background-color: #4C5BCB; }
a { background-color: rgb(76,91,203); }
div.DivClassName
{
background-color: #4C5BCB;
}
.BgClassName
{
background-color: #4C5BCB;
}
</style>
border-color css
<style>
span { border-color: #4C5BCB; }
span { border-color: rgb(76,91,203); }
td.TdClassName
{
border-color: #4C5BCB;
}
.TagClassName
{
border-color: #4C5BCB;
}
</style>