Shades of Free Speech Blue #4966CC
Tints of Free Speech Blue #4966CC
RGB
CMYK
RGB Variations
Color information
#4966CC (or 0x4966CC) is known color: Free Speech Blue. HEX triplet: 49, 66 and CC. RGB value is (73,102,204). Sum of RGB (Red+Green+Blue) = 73+102+204=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #4966CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966CC is #B69933. Grayscale: #686868. Windows color (decimal): -11966772 or 13395529. OLE color: 13395529.
HSL color Cylindrical-coordinate representation of color #4966CC: hue angle of 226.72º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4966CC is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 102 | 204 | - |
| CMYK | 0.64 | 0.5 | 0 | 0.2 |
| HSL | 226.72º | 0.56% | 0.54% | - |
| HSV(B) | 226.72º | 0.64% | 0.8% | - |
| XYZ | 18.4 | 15.28 | 59.11 | - |
| YUV | 104.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 204 | 0.64 | 0.5 | 0 | 0.2 | 226.72 | 0.56 | 0.54 |
| Hex | 49 | 66 | CC | 40 | 32 | 0 | 14 | E3 | 38 | 36 |
| Octal | 111 | 146 | 314 | 100 | 62 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001001 | 1100110 | 11001100 | 1000000 | 110010 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4966CC
Complementary color
Monochromatic Colors of #4966CC
Black with #4966CC
Text Example
Text Example
White with #4966CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966CC; }
p { color: rgb(73,102,204); }
H1.HeaderClassName
{
color: #4966CC;
}
.AnyTagClassName
{
color: #4966CC;
}
</style>
background-color css
<style>
a { background-color: #4966CC; }
a { background-color: rgb(73,102,204); }
div.DivClassName
{
background-color: #4966CC;
}
.BgClassName
{
background-color: #4966CC;
}
</style>
border-color css
<style>
span { border-color: #4966CC; }
span { border-color: rgb(73,102,204); }
td.TdClassName
{
border-color: #4966CC;
}
.TagClassName
{
border-color: #4966CC;
}
</style>