Shades of Free Speech Blue #4B4EBC
Tints of Free Speech Blue #4B4EBC
RGB
CMYK
RGB Variations
Color information
#4B4EBC (or 0x4B4EBC) is known color: Free Speech Blue. HEX triplet: 4B, 4E and BC. RGB value is (75,78,188). Sum of RGB (Red+Green+Blue) = 75+78+188=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B4EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EBC is #B4B143. Grayscale: #595959. Windows color (decimal): -11841860 or 12340811. OLE color: 12340811.
HSL color Cylindrical-coordinate representation of color #4B4EBC: hue angle of 238.41º 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 #4B4EBC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 78 | 188 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.26 |
| HSL | 238.41º | 0.46% | 0.52% | - |
| HSV(B) | 238.41º | 0.6% | 0.74% | - |
| XYZ | 14.7 | 10.58 | 48.84 | - |
| YUV | 89.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 188 | 0.60 | 0.59 | 0 | 0.26 | 238.41 | 0.46 | 0.52 |
| Hex | 4B | 4E | BC | 3C | 3B | 0 | 1A | EE | 2E | 34 |
| Octal | 113 | 116 | 274 | 74 | 73 | 0 | 32 | 356 | 56 | 64 |
| Binary | 1001011 | 1001110 | 10111100 | 111100 | 111011 | 0 | 11010 | 11101110 | 101110 | 110100 |
Color Harmonies of #4B4EBC
Complementary color
Monochromatic Colors of #4B4EBC
Black with #4B4EBC
Text Example
Text Example
White with #4B4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4EBC; }
p { color: rgb(75,78,188); }
H1.HeaderClassName
{
color: #4B4EBC;
}
.AnyTagClassName
{
color: #4B4EBC;
}
</style>
background-color css
<style>
a { background-color: #4B4EBC; }
a { background-color: rgb(75,78,188); }
div.DivClassName
{
background-color: #4B4EBC;
}
.BgClassName
{
background-color: #4B4EBC;
}
</style>
border-color css
<style>
span { border-color: #4B4EBC; }
span { border-color: rgb(75,78,188); }
td.TdClassName
{
border-color: #4B4EBC;
}
.TagClassName
{
border-color: #4B4EBC;
}
</style>