Shades of Free Speech Blue #4951BF
Tints of Free Speech Blue #4951BF
RGB
CMYK
RGB Variations
Color information
#4951BF (or 0x4951BF) is known color: Free Speech Blue. HEX triplet: 49, 51 and BF. RGB value is (73,81,191). Sum of RGB (Red+Green+Blue) = 73+81+191=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #4951BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951BF is #B6AE40. Grayscale: #5A5A5A. Windows color (decimal): -11972161 or 12538185. OLE color: 12538185.
HSL color Cylindrical-coordinate representation of color #4951BF: hue angle of 235.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4951BF is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 81 | 191 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.25 |
| HSL | 235.93º | 0.48% | 0.52% | - |
| HSV(B) | 235.93º | 0.62% | 0.75% | - |
| XYZ | 15.09 | 11.06 | 50.63 | - |
| YUV | 91.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 191 | 0.62 | 0.58 | 0 | 0.25 | 235.93 | 0.48 | 0.52 |
| Hex | 49 | 51 | BF | 3E | 3A | 0 | 19 | EC | 30 | 34 |
| Octal | 111 | 121 | 277 | 76 | 72 | 0 | 31 | 354 | 60 | 64 |
| Binary | 1001001 | 1010001 | 10111111 | 111110 | 111010 | 0 | 11001 | 11101100 | 110000 | 110100 |
Color Harmonies of #4951BF
Complementary color
Monochromatic Colors of #4951BF
Black with #4951BF
Text Example
Text Example
White with #4951BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951BF; }
p { color: rgb(73,81,191); }
H1.HeaderClassName
{
color: #4951BF;
}
.AnyTagClassName
{
color: #4951BF;
}
</style>
background-color css
<style>
a { background-color: #4951BF; }
a { background-color: rgb(73,81,191); }
div.DivClassName
{
background-color: #4951BF;
}
.BgClassName
{
background-color: #4951BF;
}
</style>
border-color css
<style>
span { border-color: #4951BF; }
span { border-color: rgb(73,81,191); }
td.TdClassName
{
border-color: #4951BF;
}
.TagClassName
{
border-color: #4951BF;
}
</style>