Shades of Free Speech Blue #4954CF
Tints of Free Speech Blue #4954CF
RGB
CMYK
RGB Variations
Color information
#4954CF (or 0x4954CF) is known color: Free Speech Blue. HEX triplet: 49, 54 and CF. RGB value is (73,84,207). Sum of RGB (Red+Green+Blue) = 73+84+207=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #4954CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4954CF is #B6AB30. Grayscale: #5E5E5E. Windows color (decimal): -11971377 or 13587529. OLE color: 13587529.
HSL color Cylindrical-coordinate representation of color #4954CF: hue angle of 235.07º 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 #4954CF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 84 | 207 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.19 |
| HSL | 235.07º | 0.58% | 0.55% | - |
| HSV(B) | 235.07º | 0.65% | 0.81% | - |
| XYZ | 17.18 | 12.26 | 60.49 | - |
| YUV | 94.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 207 | 0.65 | 0.59 | 0 | 0.19 | 235.07 | 0.58 | 0.55 |
| Hex | 49 | 54 | CF | 41 | 3B | 0 | 13 | EB | 3A | 37 |
| Octal | 111 | 124 | 317 | 101 | 73 | 0 | 23 | 353 | 72 | 67 |
| Binary | 1001001 | 1010100 | 11001111 | 1000001 | 111011 | 0 | 10011 | 11101011 | 111010 | 110111 |
Color Harmonies of #4954CF
Complementary color
Monochromatic Colors of #4954CF
Black with #4954CF
Text Example
Text Example
White with #4954CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4954CF; }
p { color: rgb(73,84,207); }
H1.HeaderClassName
{
color: #4954CF;
}
.AnyTagClassName
{
color: #4954CF;
}
</style>
background-color css
<style>
a { background-color: #4954CF; }
a { background-color: rgb(73,84,207); }
div.DivClassName
{
background-color: #4954CF;
}
.BgClassName
{
background-color: #4954CF;
}
</style>
border-color css
<style>
span { border-color: #4954CF; }
span { border-color: rgb(73,84,207); }
td.TdClassName
{
border-color: #4954CF;
}
.TagClassName
{
border-color: #4954CF;
}
</style>