Shades of Free Speech Blue #4955C9
Tints of Free Speech Blue #4955C9
RGB
CMYK
RGB Variations
Color information
#4955C9 (or 0x4955C9) is known color: Free Speech Blue. HEX triplet: 49, 55 and C9. RGB value is (73,85,201). Sum of RGB (Red+Green+Blue) = 73+85+201=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #4955C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955C9 is #B6AA36. Grayscale: #5E5E5E. Windows color (decimal): -11971127 or 13194569. OLE color: 13194569.
HSL color Cylindrical-coordinate representation of color #4955C9: hue angle of 234.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4955C9 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 85 | 201 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.21 |
| HSL | 234.38º | 0.54% | 0.54% | - |
| HSV(B) | 234.38º | 0.64% | 0.79% | - |
| XYZ | 16.54 | 12.13 | 56.73 | - |
| YUV | 94.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 201 | 0.64 | 0.58 | 0 | 0.21 | 234.38 | 0.54 | 0.54 |
| Hex | 49 | 55 | C9 | 40 | 3A | 0 | 15 | EA | 36 | 36 |
| Octal | 111 | 125 | 311 | 100 | 72 | 0 | 25 | 352 | 66 | 66 |
| Binary | 1001001 | 1010101 | 11001001 | 1000000 | 111010 | 0 | 10101 | 11101010 | 110110 | 110110 |
Color Harmonies of #4955C9
Complementary color
Monochromatic Colors of #4955C9
Black with #4955C9
Text Example
Text Example
White with #4955C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955C9; }
p { color: rgb(73,85,201); }
H1.HeaderClassName
{
color: #4955C9;
}
.AnyTagClassName
{
color: #4955C9;
}
</style>
background-color css
<style>
a { background-color: #4955C9; }
a { background-color: rgb(73,85,201); }
div.DivClassName
{
background-color: #4955C9;
}
.BgClassName
{
background-color: #4955C9;
}
</style>
border-color css
<style>
span { border-color: #4955C9; }
span { border-color: rgb(73,85,201); }
td.TdClassName
{
border-color: #4955C9;
}
.TagClassName
{
border-color: #4955C9;
}
</style>