Shades of Free Speech Blue #4759BF
Tints of Free Speech Blue #4759BF
RGB
CMYK
RGB Variations
Color information
#4759BF (or 0x4759BF) is known color: Free Speech Blue. HEX triplet: 47, 59 and BF. RGB value is (71,89,191). Sum of RGB (Red+Green+Blue) = 71+89+191=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #4759BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4759BF is #B8A640. Grayscale: #5E5E5E. Windows color (decimal): -12101185 or 12540231. OLE color: 12540231.
HSL color Cylindrical-coordinate representation of color #4759BF: hue angle of 231º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4759BF is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 89 | 191 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.25 |
| HSL | 231º | 0.48% | 0.51% | - |
| HSV(B) | 231º | 0.63% | 0.75% | - |
| XYZ | 15.57 | 12.25 | 50.83 | - |
| YUV | 95.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 191 | 0.63 | 0.53 | 0 | 0.25 | 231 | 0.48 | 0.51 |
| Hex | 47 | 59 | BF | 3F | 35 | 0 | 19 | E7 | 30 | 33 |
| Octal | 107 | 131 | 277 | 77 | 65 | 0 | 31 | 347 | 60 | 63 |
| Binary | 1000111 | 1011001 | 10111111 | 111111 | 110101 | 0 | 11001 | 11100111 | 110000 | 110011 |
Color Harmonies of #4759BF
Complementary color
Monochromatic Colors of #4759BF
Black with #4759BF
Text Example
Text Example
White with #4759BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4759BF; }
p { color: rgb(71,89,191); }
H1.HeaderClassName
{
color: #4759BF;
}
.AnyTagClassName
{
color: #4759BF;
}
</style>
background-color css
<style>
a { background-color: #4759BF; }
a { background-color: rgb(71,89,191); }
div.DivClassName
{
background-color: #4759BF;
}
.BgClassName
{
background-color: #4759BF;
}
</style>
border-color css
<style>
span { border-color: #4759BF; }
span { border-color: rgb(71,89,191); }
td.TdClassName
{
border-color: #4759BF;
}
.TagClassName
{
border-color: #4759BF;
}
</style>