Shades of Free Speech Blue #4945BC
Tints of Free Speech Blue #4945BC
RGB
CMYK
RGB Variations
Color information
#4945BC (or 0x4945BC) is known color: Free Speech Blue. HEX triplet: 49, 45 and BC. RGB value is (73,69,188). Sum of RGB (Red+Green+Blue) = 73+69+188=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #4945BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4945BC is #B6BA43. Grayscale: #535353. Windows color (decimal): -11975236 or 12338505. OLE color: 12338505.
HSL color Cylindrical-coordinate representation of color #4945BC: hue angle of 242.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4945BC is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 69 | 188 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.26 |
| HSL | 242.02º | 0.47% | 0.5% | - |
| HSV(B) | 242.02º | 0.63% | 0.74% | - |
| XYZ | 13.95 | 9.3 | 48.64 | - |
| YUV | 83.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 188 | 0.61 | 0.63 | 0 | 0.26 | 242.02 | 0.47 | 0.5 |
| Hex | 49 | 45 | BC | 3D | 3F | 0 | 1A | F2 | 2F | 32 |
| Octal | 111 | 105 | 274 | 75 | 77 | 0 | 32 | 362 | 57 | 62 |
| Binary | 1001001 | 1000101 | 10111100 | 111101 | 111111 | 0 | 11010 | 11110010 | 101111 | 110010 |
Color Harmonies of #4945BC
Complementary color
Monochromatic Colors of #4945BC
Black with #4945BC
Text Example
Text Example
White with #4945BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945BC; }
p { color: rgb(73,69,188); }
H1.HeaderClassName
{
color: #4945BC;
}
.AnyTagClassName
{
color: #4945BC;
}
</style>
background-color css
<style>
a { background-color: #4945BC; }
a { background-color: rgb(73,69,188); }
div.DivClassName
{
background-color: #4945BC;
}
.BgClassName
{
background-color: #4945BC;
}
</style>
border-color css
<style>
span { border-color: #4945BC; }
span { border-color: rgb(73,69,188); }
td.TdClassName
{
border-color: #4945BC;
}
.TagClassName
{
border-color: #4945BC;
}
</style>