Shades of Free Speech Blue #4955CF
Tints of Free Speech Blue #4955CF
RGB
CMYK
RGB Variations
Color information
#4955CF (or 0x4955CF) is known color: Free Speech Blue. HEX triplet: 49, 55 and CF. RGB value is (73,85,207). Sum of RGB (Red+Green+Blue) = 73+85+207=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #4955CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955CF is #B6AA30. Grayscale: #5E5E5E. Windows color (decimal): -11971121 or 13587785. OLE color: 13587785.
HSL color Cylindrical-coordinate representation of color #4955CF: hue angle of 234.63º 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 #4955CF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 85 | 207 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.19 |
| HSL | 234.63º | 0.58% | 0.55% | - |
| HSV(B) | 234.63º | 0.65% | 0.81% | - |
| XYZ | 17.26 | 12.42 | 60.52 | - |
| YUV | 95.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 207 | 0.65 | 0.59 | 0 | 0.19 | 234.63 | 0.58 | 0.55 |
| Hex | 49 | 55 | CF | 41 | 3B | 0 | 13 | EB | 3A | 37 |
| Octal | 111 | 125 | 317 | 101 | 73 | 0 | 23 | 353 | 72 | 67 |
| Binary | 1001001 | 1010101 | 11001111 | 1000001 | 111011 | 0 | 10011 | 11101011 | 111010 | 110111 |
Color Harmonies of #4955CF
Complementary color
Monochromatic Colors of #4955CF
Black with #4955CF
Text Example
Text Example
White with #4955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955CF; }
p { color: rgb(73,85,207); }
H1.HeaderClassName
{
color: #4955CF;
}
.AnyTagClassName
{
color: #4955CF;
}
</style>
background-color css
<style>
a { background-color: #4955CF; }
a { background-color: rgb(73,85,207); }
div.DivClassName
{
background-color: #4955CF;
}
.BgClassName
{
background-color: #4955CF;
}
</style>
border-color css
<style>
span { border-color: #4955CF; }
span { border-color: rgb(73,85,207); }
td.TdClassName
{
border-color: #4955CF;
}
.TagClassName
{
border-color: #4955CF;
}
</style>