Shades of Free Speech Blue #4946CE
Tints of Free Speech Blue #4946CE
RGB
CMYK
RGB Variations
Color information
#4946CE (or 0x4946CE) is known color: Free Speech Blue. HEX triplet: 49, 46 and CE. RGB value is (73,70,206). Sum of RGB (Red+Green+Blue) = 73+70+206=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #4946CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946CE is #B6B931. Grayscale: #555555. Windows color (decimal): -11974962 or 13518409. OLE color: 13518409.
HSL color Cylindrical-coordinate representation of color #4946CE: hue angle of 241.32º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4946CE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 70 | 206 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.19 |
| HSL | 241.32º | 0.58% | 0.54% | - |
| HSV(B) | 241.32º | 0.66% | 0.81% | - |
| XYZ | 16.08 | 10.25 | 59.52 | - |
| YUV | 86.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 206 | 0.65 | 0.66 | 0 | 0.19 | 241.32 | 0.58 | 0.54 |
| Hex | 49 | 46 | CE | 41 | 42 | 0 | 13 | F1 | 3A | 36 |
| Octal | 111 | 106 | 316 | 101 | 102 | 0 | 23 | 361 | 72 | 66 |
| Binary | 1001001 | 1000110 | 11001110 | 1000001 | 1000010 | 0 | 10011 | 11110001 | 111010 | 110110 |
Color Harmonies of #4946CE
Complementary color
Monochromatic Colors of #4946CE
Black with #4946CE
Text Example
Text Example
White with #4946CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946CE; }
p { color: rgb(73,70,206); }
H1.HeaderClassName
{
color: #4946CE;
}
.AnyTagClassName
{
color: #4946CE;
}
</style>
background-color css
<style>
a { background-color: #4946CE; }
a { background-color: rgb(73,70,206); }
div.DivClassName
{
background-color: #4946CE;
}
.BgClassName
{
background-color: #4946CE;
}
</style>
border-color css
<style>
span { border-color: #4946CE; }
span { border-color: rgb(73,70,206); }
td.TdClassName
{
border-color: #4946CE;
}
.TagClassName
{
border-color: #4946CE;
}
</style>