Shades of Free Speech Blue #4947BB
Tints of Free Speech Blue #4947BB
RGB
CMYK
RGB Variations
Color information
#4947BB (or 0x4947BB) is known color: Free Speech Blue. HEX triplet: 49, 47 and BB. RGB value is (73,71,187). Sum of RGB (Red+Green+Blue) = 73+71+187=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #4947BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947BB is #B6B844. Grayscale: #545454. Windows color (decimal): -11974725 or 12273481. OLE color: 12273481.
HSL color Cylindrical-coordinate representation of color #4947BB: hue angle of 241.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4947BB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 71 | 187 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.27 |
| HSL | 241.03º | 0.46% | 0.51% | - |
| HSV(B) | 241.03º | 0.62% | 0.73% | - |
| XYZ | 13.97 | 9.51 | 48.11 | - |
| YUV | 84.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 187 | 0.61 | 0.62 | 0 | 0.27 | 241.03 | 0.46 | 0.51 |
| Hex | 49 | 47 | BB | 3D | 3E | 0 | 1B | F1 | 2E | 33 |
| Octal | 111 | 107 | 273 | 75 | 76 | 0 | 33 | 361 | 56 | 63 |
| Binary | 1001001 | 1000111 | 10111011 | 111101 | 111110 | 0 | 11011 | 11110001 | 101110 | 110011 |
Color Harmonies of #4947BB
Complementary color
Monochromatic Colors of #4947BB
Black with #4947BB
Text Example
Text Example
White with #4947BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4947BB; }
p { color: rgb(73,71,187); }
H1.HeaderClassName
{
color: #4947BB;
}
.AnyTagClassName
{
color: #4947BB;
}
</style>
background-color css
<style>
a { background-color: #4947BB; }
a { background-color: rgb(73,71,187); }
div.DivClassName
{
background-color: #4947BB;
}
.BgClassName
{
background-color: #4947BB;
}
</style>
border-color css
<style>
span { border-color: #4947BB; }
span { border-color: rgb(73,71,187); }
td.TdClassName
{
border-color: #4947BB;
}
.TagClassName
{
border-color: #4947BB;
}
</style>