Shades of Free Speech Blue #4957BC
Tints of Free Speech Blue #4957BC
RGB
CMYK
RGB Variations
Color information
#4957BC (or 0x4957BC) is known color: Free Speech Blue. HEX triplet: 49, 57 and BC. RGB value is (73,87,188). Sum of RGB (Red+Green+Blue) = 73+87+188=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #4957BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4957BC is #B6A843. Grayscale: #5D5D5D. Windows color (decimal): -11970628 or 12343113. OLE color: 12343113.
HSL color Cylindrical-coordinate representation of color #4957BC: hue angle of 232.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4957BC is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 87 | 188 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.26 |
| HSL | 232.7º | 0.46% | 0.51% | - |
| HSV(B) | 232.7º | 0.61% | 0.74% | - |
| XYZ | 15.23 | 11.86 | 49.06 | - |
| YUV | 94.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 188 | 0.61 | 0.54 | 0 | 0.26 | 232.7 | 0.46 | 0.51 |
| Hex | 49 | 57 | BC | 3D | 36 | 0 | 1A | E9 | 2E | 33 |
| Octal | 111 | 127 | 274 | 75 | 66 | 0 | 32 | 351 | 56 | 63 |
| Binary | 1001001 | 1010111 | 10111100 | 111101 | 110110 | 0 | 11010 | 11101001 | 101110 | 110011 |
Color Harmonies of #4957BC
Complementary color
Monochromatic Colors of #4957BC
Black with #4957BC
Text Example
Text Example
White with #4957BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4957BC; }
p { color: rgb(73,87,188); }
H1.HeaderClassName
{
color: #4957BC;
}
.AnyTagClassName
{
color: #4957BC;
}
</style>
background-color css
<style>
a { background-color: #4957BC; }
a { background-color: rgb(73,87,188); }
div.DivClassName
{
background-color: #4957BC;
}
.BgClassName
{
background-color: #4957BC;
}
</style>
border-color css
<style>
span { border-color: #4957BC; }
span { border-color: rgb(73,87,188); }
td.TdClassName
{
border-color: #4957BC;
}
.TagClassName
{
border-color: #4957BC;
}
</style>