Shades of Free Speech Blue #4959CC
Tints of Free Speech Blue #4959CC
RGB
CMYK
RGB Variations
Color information
#4959CC (or 0x4959CC) is known color: Free Speech Blue. HEX triplet: 49, 59 and CC. RGB value is (73,89,204). Sum of RGB (Red+Green+Blue) = 73+89+204=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #4959CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959CC is #B6A633. Grayscale: #606060. Windows color (decimal): -11970100 or 13392201. OLE color: 13392201.
HSL color Cylindrical-coordinate representation of color #4959CC: hue angle of 232.67º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4959CC is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 89 | 204 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.2 |
| HSL | 232.67º | 0.56% | 0.54% | - |
| HSV(B) | 232.67º | 0.64% | 0.8% | - |
| XYZ | 17.22 | 12.92 | 58.71 | - |
| YUV | 97.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 204 | 0.64 | 0.56 | 0 | 0.2 | 232.67 | 0.56 | 0.54 |
| Hex | 49 | 59 | CC | 40 | 38 | 0 | 14 | E9 | 38 | 36 |
| Octal | 111 | 131 | 314 | 100 | 70 | 0 | 24 | 351 | 70 | 66 |
| Binary | 1001001 | 1011001 | 11001100 | 1000000 | 111000 | 0 | 10100 | 11101001 | 111000 | 110110 |
Color Harmonies of #4959CC
Complementary color
Monochromatic Colors of #4959CC
Black with #4959CC
Text Example
Text Example
White with #4959CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959CC; }
p { color: rgb(73,89,204); }
H1.HeaderClassName
{
color: #4959CC;
}
.AnyTagClassName
{
color: #4959CC;
}
</style>
background-color css
<style>
a { background-color: #4959CC; }
a { background-color: rgb(73,89,204); }
div.DivClassName
{
background-color: #4959CC;
}
.BgClassName
{
background-color: #4959CC;
}
</style>
border-color css
<style>
span { border-color: #4959CC; }
span { border-color: rgb(73,89,204); }
td.TdClassName
{
border-color: #4959CC;
}
.TagClassName
{
border-color: #4959CC;
}
</style>