Shades of Free Speech Blue #4942C4
Tints of Free Speech Blue #4942C4
RGB
CMYK
RGB Variations
Color information
#4942C4 (or 0x4942C4) is known color: Free Speech Blue. HEX triplet: 49, 42 and C4. RGB value is (73,66,196). Sum of RGB (Red+Green+Blue) = 73+66+196=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #4942C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4942C4 is #B6BD3B. Grayscale: #525252. Windows color (decimal): -11975996 or 12862025. OLE color: 12862025.
HSL color Cylindrical-coordinate representation of color #4942C4: hue angle of 243.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4942C4 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 66 | 196 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.23 |
| HSL | 243.23º | 0.52% | 0.51% | - |
| HSV(B) | 243.23º | 0.66% | 0.77% | - |
| XYZ | 14.66 | 9.3 | 53.25 | - |
| YUV | 82.91 | 191.82 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 196 | 0.63 | 0.66 | 0 | 0.23 | 243.23 | 0.52 | 0.51 |
| Hex | 49 | 42 | C4 | 3F | 42 | 0 | 17 | F3 | 34 | 33 |
| Octal | 111 | 102 | 304 | 77 | 102 | 0 | 27 | 363 | 64 | 63 |
| Binary | 1001001 | 1000010 | 11000100 | 111111 | 1000010 | 0 | 10111 | 11110011 | 110100 | 110011 |
Color Harmonies of #4942C4
Complementary color
Monochromatic Colors of #4942C4
Black with #4942C4
Text Example
Text Example
White with #4942C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4942C4; }
p { color: rgb(73,66,196); }
H1.HeaderClassName
{
color: #4942C4;
}
.AnyTagClassName
{
color: #4942C4;
}
</style>
background-color css
<style>
a { background-color: #4942C4; }
a { background-color: rgb(73,66,196); }
div.DivClassName
{
background-color: #4942C4;
}
.BgClassName
{
background-color: #4942C4;
}
</style>
border-color css
<style>
span { border-color: #4942C4; }
span { border-color: rgb(73,66,196); }
td.TdClassName
{
border-color: #4942C4;
}
.TagClassName
{
border-color: #4942C4;
}
</style>