Shades of Free Speech Blue #4942BC
Tints of Free Speech Blue #4942BC
RGB
CMYK
RGB Variations
Color information
#4942BC (or 0x4942BC) is known color: Free Speech Blue. HEX triplet: 49, 42 and BC. RGB value is (73,66,188). Sum of RGB (Red+Green+Blue) = 73+66+188=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #4942BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942BC is #B6BD43. Grayscale: #515151. Windows color (decimal): -11976004 or 12337737. OLE color: 12337737.
HSL color Cylindrical-coordinate representation of color #4942BC: hue angle of 243.44º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4942BC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 66 | 188 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.26 |
| HSL | 243.44º | 0.48% | 0.5% | - |
| HSV(B) | 243.44º | 0.65% | 0.74% | - |
| XYZ | 13.77 | 8.94 | 48.58 | - |
| YUV | 82 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 188 | 0.61 | 0.65 | 0 | 0.26 | 243.44 | 0.48 | 0.5 |
| Hex | 49 | 42 | BC | 3D | 41 | 0 | 1A | F3 | 30 | 32 |
| Octal | 111 | 102 | 274 | 75 | 101 | 0 | 32 | 363 | 60 | 62 |
| Binary | 1001001 | 1000010 | 10111100 | 111101 | 1000001 | 0 | 11010 | 11110011 | 110000 | 110010 |
Color Harmonies of #4942BC
Complementary color
Monochromatic Colors of #4942BC
Black with #4942BC
Text Example
Text Example
White with #4942BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4942BC; }
p { color: rgb(73,66,188); }
H1.HeaderClassName
{
color: #4942BC;
}
.AnyTagClassName
{
color: #4942BC;
}
</style>
background-color css
<style>
a { background-color: #4942BC; }
a { background-color: rgb(73,66,188); }
div.DivClassName
{
background-color: #4942BC;
}
.BgClassName
{
background-color: #4942BC;
}
</style>
border-color css
<style>
span { border-color: #4942BC; }
span { border-color: rgb(73,66,188); }
td.TdClassName
{
border-color: #4942BC;
}
.TagClassName
{
border-color: #4942BC;
}
</style>