Shades of Free Speech Blue #4944CE
Tints of Free Speech Blue #4944CE
RGB
CMYK
RGB Variations
Color information
#4944CE (or 0x4944CE) is known color: Free Speech Blue. HEX triplet: 49, 44 and CE. RGB value is (73,68,206). Sum of RGB (Red+Green+Blue) = 73+68+206=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #4944CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4944CE is #B6BB31. Grayscale: #545454. Windows color (decimal): -11975474 or 13517897. OLE color: 13517897.
HSL color Cylindrical-coordinate representation of color #4944CE: hue angle of 242.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4944CE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 68 | 206 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.19 |
| HSL | 242.17º | 0.58% | 0.54% | - |
| HSV(B) | 242.17º | 0.67% | 0.81% | - |
| XYZ | 15.96 | 10.01 | 59.48 | - |
| YUV | 85.23 | 196.16 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 206 | 0.65 | 0.67 | 0 | 0.19 | 242.17 | 0.58 | 0.54 |
| Hex | 49 | 44 | CE | 41 | 43 | 0 | 13 | F2 | 3A | 36 |
| Octal | 111 | 104 | 316 | 101 | 103 | 0 | 23 | 362 | 72 | 66 |
| Binary | 1001001 | 1000100 | 11001110 | 1000001 | 1000011 | 0 | 10011 | 11110010 | 111010 | 110110 |
Color Harmonies of #4944CE
Complementary color
Monochromatic Colors of #4944CE
Black with #4944CE
Text Example
Text Example
White with #4944CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944CE; }
p { color: rgb(73,68,206); }
H1.HeaderClassName
{
color: #4944CE;
}
.AnyTagClassName
{
color: #4944CE;
}
</style>
background-color css
<style>
a { background-color: #4944CE; }
a { background-color: rgb(73,68,206); }
div.DivClassName
{
background-color: #4944CE;
}
.BgClassName
{
background-color: #4944CE;
}
</style>
border-color css
<style>
span { border-color: #4944CE; }
span { border-color: rgb(73,68,206); }
td.TdClassName
{
border-color: #4944CE;
}
.TagClassName
{
border-color: #4944CE;
}
</style>