Shades of Free Speech Blue #4941DC
Tints of Free Speech Blue #4941DC
RGB
CMYK
RGB Variations
Color information
#4941DC (or 0x4941DC) is known color: Free Speech Blue. HEX triplet: 49, 41 and DC. RGB value is (73,65,220). Sum of RGB (Red+Green+Blue) = 73+65+220=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4941DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941DC is #B6BE23. Grayscale: #545454. Windows color (decimal): -11976228 or 14434633. OLE color: 14434633.
HSL color Cylindrical-coordinate representation of color #4941DC: hue angle of 243.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4941DC is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 65 | 220 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.14 |
| HSL | 243.1º | 0.69% | 0.56% | - |
| HSV(B) | 243.1º | 0.7% | 0.86% | - |
| XYZ | 17.56 | 10.36 | 68.79 | - |
| YUV | 85.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 220 | 0.67 | 0.70 | 0 | 0.14 | 243.1 | 0.69 | 0.56 |
| Hex | 49 | 41 | DC | 43 | 46 | 0 | E | F3 | 45 | 38 |
| Octal | 111 | 101 | 334 | 103 | 106 | 0 | 16 | 363 | 105 | 70 |
| Binary | 1001001 | 1000001 | 11011100 | 1000011 | 1000110 | 0 | 1110 | 11110011 | 1000101 | 111000 |
Color Harmonies of #4941DC
Complementary color
Monochromatic Colors of #4941DC
Black with #4941DC
Text Example
Text Example
White with #4941DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941DC; }
p { color: rgb(73,65,220); }
H1.HeaderClassName
{
color: #4941DC;
}
.AnyTagClassName
{
color: #4941DC;
}
</style>
background-color css
<style>
a { background-color: #4941DC; }
a { background-color: rgb(73,65,220); }
div.DivClassName
{
background-color: #4941DC;
}
.BgClassName
{
background-color: #4941DC;
}
</style>
border-color css
<style>
span { border-color: #4941DC; }
span { border-color: rgb(73,65,220); }
td.TdClassName
{
border-color: #4941DC;
}
.TagClassName
{
border-color: #4941DC;
}
</style>