Shades of Free Speech Blue #4955BF
Tints of Free Speech Blue #4955BF
RGB
CMYK
RGB Variations
Color information
#4955BF (or 0x4955BF) is known color: Free Speech Blue. HEX triplet: 49, 55 and BF. RGB value is (73,85,191). Sum of RGB (Red+Green+Blue) = 73+85+191=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #4955BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4955BF is #B6AA40. Grayscale: #5D5D5D. Windows color (decimal): -11971137 or 12539209. OLE color: 12539209.
HSL color Cylindrical-coordinate representation of color #4955BF: hue angle of 233.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4955BF is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 85 | 191 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.25 |
| HSL | 233.9º | 0.48% | 0.52% | - |
| HSV(B) | 233.9º | 0.62% | 0.75% | - |
| XYZ | 15.4 | 11.68 | 50.73 | - |
| YUV | 93.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 191 | 0.62 | 0.55 | 0 | 0.25 | 233.9 | 0.48 | 0.52 |
| Hex | 49 | 55 | BF | 3E | 37 | 0 | 19 | EA | 30 | 34 |
| Octal | 111 | 125 | 277 | 76 | 67 | 0 | 31 | 352 | 60 | 64 |
| Binary | 1001001 | 1010101 | 10111111 | 111110 | 110111 | 0 | 11001 | 11101010 | 110000 | 110100 |
Color Harmonies of #4955BF
Complementary color
Monochromatic Colors of #4955BF
Black with #4955BF
Text Example
Text Example
White with #4955BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955BF; }
p { color: rgb(73,85,191); }
H1.HeaderClassName
{
color: #4955BF;
}
.AnyTagClassName
{
color: #4955BF;
}
</style>
background-color css
<style>
a { background-color: #4955BF; }
a { background-color: rgb(73,85,191); }
div.DivClassName
{
background-color: #4955BF;
}
.BgClassName
{
background-color: #4955BF;
}
</style>
border-color css
<style>
span { border-color: #4955BF; }
span { border-color: rgb(73,85,191); }
td.TdClassName
{
border-color: #4955BF;
}
.TagClassName
{
border-color: #4955BF;
}
</style>