Shades of Free Speech Blue #4943BC
Tints of Free Speech Blue #4943BC
RGB
CMYK
RGB Variations
Color information
#4943BC (or 0x4943BC) is known color: Free Speech Blue. HEX triplet: 49, 43 and BC. RGB value is (73,67,188). Sum of RGB (Red+Green+Blue) = 73+67+188=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #4943BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943BC is #B6BC43. Grayscale: #525252. Windows color (decimal): -11975748 or 12337993. OLE color: 12337993.
HSL color Cylindrical-coordinate representation of color #4943BC: hue angle of 242.98º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4943BC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 67 | 188 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.26 |
| HSL | 242.98º | 0.47% | 0.5% | - |
| HSV(B) | 242.98º | 0.64% | 0.74% | - |
| XYZ | 13.83 | 9.06 | 48.6 | - |
| YUV | 82.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 188 | 0.61 | 0.64 | 0 | 0.26 | 242.98 | 0.47 | 0.5 |
| Hex | 49 | 43 | BC | 3D | 40 | 0 | 1A | F3 | 2F | 32 |
| Octal | 111 | 103 | 274 | 75 | 100 | 0 | 32 | 363 | 57 | 62 |
| Binary | 1001001 | 1000011 | 10111100 | 111101 | 1000000 | 0 | 11010 | 11110011 | 101111 | 110010 |
Color Harmonies of #4943BC
Complementary color
Monochromatic Colors of #4943BC
Black with #4943BC
Text Example
Text Example
White with #4943BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4943BC; }
p { color: rgb(73,67,188); }
H1.HeaderClassName
{
color: #4943BC;
}
.AnyTagClassName
{
color: #4943BC;
}
</style>
background-color css
<style>
a { background-color: #4943BC; }
a { background-color: rgb(73,67,188); }
div.DivClassName
{
background-color: #4943BC;
}
.BgClassName
{
background-color: #4943BC;
}
</style>
border-color css
<style>
span { border-color: #4943BC; }
span { border-color: rgb(73,67,188); }
td.TdClassName
{
border-color: #4943BC;
}
.TagClassName
{
border-color: #4943BC;
}
</style>