Shades of Free Speech Blue #4B56BC
Tints of Free Speech Blue #4B56BC
RGB
CMYK
RGB Variations
Color information
#4B56BC (or 0x4B56BC) is known color: Free Speech Blue. HEX triplet: 4B, 56 and BC. RGB value is (75,86,188). Sum of RGB (Red+Green+Blue) = 75+86+188=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B56BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B56BC is #B4A943. Grayscale: #5D5D5D. Windows color (decimal): -11839812 or 12342859. OLE color: 12342859.
HSL color Cylindrical-coordinate representation of color #4B56BC: hue angle of 234.16º 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 #4B56BC is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 86 | 188 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.26 |
| HSL | 234.16º | 0.46% | 0.52% | - |
| HSV(B) | 234.16º | 0.6% | 0.74% | - |
| XYZ | 15.31 | 11.78 | 49.04 | - |
| YUV | 94.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 188 | 0.60 | 0.54 | 0 | 0.26 | 234.16 | 0.46 | 0.52 |
| Hex | 4B | 56 | BC | 3C | 36 | 0 | 1A | EA | 2E | 34 |
| Octal | 113 | 126 | 274 | 74 | 66 | 0 | 32 | 352 | 56 | 64 |
| Binary | 1001011 | 1010110 | 10111100 | 111100 | 110110 | 0 | 11010 | 11101010 | 101110 | 110100 |
Color Harmonies of #4B56BC
Complementary color
Monochromatic Colors of #4B56BC
Black with #4B56BC
Text Example
Text Example
White with #4B56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B56BC; }
p { color: rgb(75,86,188); }
H1.HeaderClassName
{
color: #4B56BC;
}
.AnyTagClassName
{
color: #4B56BC;
}
</style>
background-color css
<style>
a { background-color: #4B56BC; }
a { background-color: rgb(75,86,188); }
div.DivClassName
{
background-color: #4B56BC;
}
.BgClassName
{
background-color: #4B56BC;
}
</style>
border-color css
<style>
span { border-color: #4B56BC; }
span { border-color: rgb(75,86,188); }
td.TdClassName
{
border-color: #4B56BC;
}
.TagClassName
{
border-color: #4B56BC;
}
</style>