Shades of Free Speech Blue #4B54BC
Tints of Free Speech Blue #4B54BC
RGB
CMYK
RGB Variations
Color information
#4B54BC (or 0x4B54BC) is known color: Free Speech Blue. HEX triplet: 4B, 54 and BC. RGB value is (75,84,188). Sum of RGB (Red+Green+Blue) = 75+84+188=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B54BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B54BC is #B4AB43. Grayscale: #5C5C5C. Windows color (decimal): -11840324 or 12342347. OLE color: 12342347.
HSL color Cylindrical-coordinate representation of color #4B54BC: hue angle of 235.22º 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 #4B54BC is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 84 | 188 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.26 |
| HSL | 235.22º | 0.46% | 0.52% | - |
| HSV(B) | 235.22º | 0.6% | 0.74% | - |
| XYZ | 15.15 | 11.47 | 48.99 | - |
| YUV | 93.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 188 | 0.60 | 0.55 | 0 | 0.26 | 235.22 | 0.46 | 0.52 |
| Hex | 4B | 54 | BC | 3C | 37 | 0 | 1A | EB | 2E | 34 |
| Octal | 113 | 124 | 274 | 74 | 67 | 0 | 32 | 353 | 56 | 64 |
| Binary | 1001011 | 1010100 | 10111100 | 111100 | 110111 | 0 | 11010 | 11101011 | 101110 | 110100 |
Color Harmonies of #4B54BC
Complementary color
Monochromatic Colors of #4B54BC
Black with #4B54BC
Text Example
Text Example
White with #4B54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B54BC; }
p { color: rgb(75,84,188); }
H1.HeaderClassName
{
color: #4B54BC;
}
.AnyTagClassName
{
color: #4B54BC;
}
</style>
background-color css
<style>
a { background-color: #4B54BC; }
a { background-color: rgb(75,84,188); }
div.DivClassName
{
background-color: #4B54BC;
}
.BgClassName
{
background-color: #4B54BC;
}
</style>
border-color css
<style>
span { border-color: #4B54BC; }
span { border-color: rgb(75,84,188); }
td.TdClassName
{
border-color: #4B54BC;
}
.TagClassName
{
border-color: #4B54BC;
}
</style>