Shades of Free Speech Blue #4956BB
Tints of Free Speech Blue #4956BB
RGB
CMYK
RGB Variations
Color information
#4956BB (or 0x4956BB) is known color: Free Speech Blue. HEX triplet: 49, 56 and BB. RGB value is (73,86,187). Sum of RGB (Red+Green+Blue) = 73+86+187=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #4956BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4956BB is #B6A944. Grayscale: #5D5D5D. Windows color (decimal): -11970885 or 12277321. OLE color: 12277321.
HSL color Cylindrical-coordinate representation of color #4956BB: hue angle of 233.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4956BB is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 86 | 187 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.27 |
| HSL | 233.16º | 0.46% | 0.51% | - |
| HSV(B) | 233.16º | 0.61% | 0.73% | - |
| XYZ | 15.05 | 11.66 | 48.47 | - |
| YUV | 93.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 187 | 0.61 | 0.54 | 0 | 0.27 | 233.16 | 0.46 | 0.51 |
| Hex | 49 | 56 | BB | 3D | 36 | 0 | 1B | E9 | 2E | 33 |
| Octal | 111 | 126 | 273 | 75 | 66 | 0 | 33 | 351 | 56 | 63 |
| Binary | 1001001 | 1010110 | 10111011 | 111101 | 110110 | 0 | 11011 | 11101001 | 101110 | 110011 |
Color Harmonies of #4956BB
Complementary color
Monochromatic Colors of #4956BB
Black with #4956BB
Text Example
Text Example
White with #4956BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4956BB; }
p { color: rgb(73,86,187); }
H1.HeaderClassName
{
color: #4956BB;
}
.AnyTagClassName
{
color: #4956BB;
}
</style>
background-color css
<style>
a { background-color: #4956BB; }
a { background-color: rgb(73,86,187); }
div.DivClassName
{
background-color: #4956BB;
}
.BgClassName
{
background-color: #4956BB;
}
</style>
border-color css
<style>
span { border-color: #4956BB; }
span { border-color: rgb(73,86,187); }
td.TdClassName
{
border-color: #4956BB;
}
.TagClassName
{
border-color: #4956BB;
}
</style>