Shades of Free Speech Blue #4B56CE
Tints of Free Speech Blue #4B56CE
RGB
CMYK
RGB Variations
Color information
#4B56CE (or 0x4B56CE) is known color: Free Speech Blue. HEX triplet: 4B, 56 and CE. RGB value is (75,86,206). Sum of RGB (Red+Green+Blue) = 75+86+206=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B56CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B56CE is #B4A931. Grayscale: #5F5F5F. Windows color (decimal): -11839794 or 13522507. OLE color: 13522507.
HSL color Cylindrical-coordinate representation of color #4B56CE: hue angle of 234.96º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B56CE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 86 | 206 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.19 |
| HSL | 234.96º | 0.57% | 0.55% | - |
| HSV(B) | 234.96º | 0.64% | 0.81% | - |
| XYZ | 17.37 | 12.61 | 59.91 | - |
| YUV | 96.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 206 | 0.64 | 0.58 | 0 | 0.19 | 234.96 | 0.57 | 0.55 |
| Hex | 4B | 56 | CE | 40 | 3A | 0 | 13 | EB | 39 | 37 |
| Octal | 113 | 126 | 316 | 100 | 72 | 0 | 23 | 353 | 71 | 67 |
| Binary | 1001011 | 1010110 | 11001110 | 1000000 | 111010 | 0 | 10011 | 11101011 | 111001 | 110111 |
Color Harmonies of #4B56CE
Complementary color
Monochromatic Colors of #4B56CE
Black with #4B56CE
Text Example
Text Example
White with #4B56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B56CE; }
p { color: rgb(75,86,206); }
H1.HeaderClassName
{
color: #4B56CE;
}
.AnyTagClassName
{
color: #4B56CE;
}
</style>
background-color css
<style>
a { background-color: #4B56CE; }
a { background-color: rgb(75,86,206); }
div.DivClassName
{
background-color: #4B56CE;
}
.BgClassName
{
background-color: #4B56CE;
}
</style>
border-color css
<style>
span { border-color: #4B56CE; }
span { border-color: rgb(75,86,206); }
td.TdClassName
{
border-color: #4B56CE;
}
.TagClassName
{
border-color: #4B56CE;
}
</style>