Shades of Free Speech Blue #4759CC
Tints of Free Speech Blue #4759CC
RGB
CMYK
RGB Variations
Color information
#4759CC (or 0x4759CC) is known color: Free Speech Blue. HEX triplet: 47, 59 and CC. RGB value is (71,89,204). Sum of RGB (Red+Green+Blue) = 71+89+204=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #4759CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4759CC is #B8A633. Grayscale: #606060. Windows color (decimal): -12101172 or 13392199. OLE color: 13392199.
HSL color Cylindrical-coordinate representation of color #4759CC: hue angle of 231.88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4759CC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 89 | 204 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.2 |
| HSL | 231.88º | 0.57% | 0.54% | - |
| HSV(B) | 231.88º | 0.65% | 0.8% | - |
| XYZ | 17.07 | 12.84 | 58.71 | - |
| YUV | 96.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 204 | 0.65 | 0.56 | 0 | 0.2 | 231.88 | 0.57 | 0.54 |
| Hex | 47 | 59 | CC | 41 | 38 | 0 | 14 | E8 | 39 | 36 |
| Octal | 107 | 131 | 314 | 101 | 70 | 0 | 24 | 350 | 71 | 66 |
| Binary | 1000111 | 1011001 | 11001100 | 1000001 | 111000 | 0 | 10100 | 11101000 | 111001 | 110110 |
Color Harmonies of #4759CC
Complementary color
Monochromatic Colors of #4759CC
Black with #4759CC
Text Example
Text Example
White with #4759CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4759CC; }
p { color: rgb(71,89,204); }
H1.HeaderClassName
{
color: #4759CC;
}
.AnyTagClassName
{
color: #4759CC;
}
</style>
background-color css
<style>
a { background-color: #4759CC; }
a { background-color: rgb(71,89,204); }
div.DivClassName
{
background-color: #4759CC;
}
.BgClassName
{
background-color: #4759CC;
}
</style>
border-color css
<style>
span { border-color: #4759CC; }
span { border-color: rgb(71,89,204); }
td.TdClassName
{
border-color: #4759CC;
}
.TagClassName
{
border-color: #4759CC;
}
</style>