Shades of Free Speech Blue #4959CE
Tints of Free Speech Blue #4959CE
RGB
CMYK
RGB Variations
Color information
#4959CE (or 0x4959CE) is known color: Free Speech Blue. HEX triplet: 49, 59 and CE. RGB value is (73,89,206). Sum of RGB (Red+Green+Blue) = 73+89+206=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #4959CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959CE is #B6A631. Grayscale: #616161. Windows color (decimal): -11970098 or 13523273. OLE color: 13523273.
HSL color Cylindrical-coordinate representation of color #4959CE: hue angle of 232.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4959CE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 89 | 206 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.19 |
| HSL | 232.78º | 0.58% | 0.55% | - |
| HSV(B) | 232.78º | 0.65% | 0.81% | - |
| XYZ | 17.46 | 13.02 | 59.98 | - |
| YUV | 97.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 206 | 0.65 | 0.57 | 0 | 0.19 | 232.78 | 0.58 | 0.55 |
| Hex | 49 | 59 | CE | 41 | 39 | 0 | 13 | E9 | 3A | 37 |
| Octal | 111 | 131 | 316 | 101 | 71 | 0 | 23 | 351 | 72 | 67 |
| Binary | 1001001 | 1011001 | 11001110 | 1000001 | 111001 | 0 | 10011 | 11101001 | 111010 | 110111 |
Color Harmonies of #4959CE
Complementary color
Monochromatic Colors of #4959CE
Black with #4959CE
Text Example
Text Example
White with #4959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959CE; }
p { color: rgb(73,89,206); }
H1.HeaderClassName
{
color: #4959CE;
}
.AnyTagClassName
{
color: #4959CE;
}
</style>
background-color css
<style>
a { background-color: #4959CE; }
a { background-color: rgb(73,89,206); }
div.DivClassName
{
background-color: #4959CE;
}
.BgClassName
{
background-color: #4959CE;
}
</style>
border-color css
<style>
span { border-color: #4959CE; }
span { border-color: rgb(73,89,206); }
td.TdClassName
{
border-color: #4959CE;
}
.TagClassName
{
border-color: #4959CE;
}
</style>