Shades of Free Speech Blue #4244C0
Tints of Free Speech Blue #4244C0
RGB
CMYK
RGB Variations
Color information
#4244C0 (or 0x4244C0) is known color: Free Speech Blue. HEX triplet: 42, 44 and C0. RGB value is (66,68,192). Sum of RGB (Red+Green+Blue) = 66+68+192=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #4244C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4244C0 is #BDBB3F. Grayscale: #515151. Windows color (decimal): -12434240 or 12600386. OLE color: 12600386.
HSL color Cylindrical-coordinate representation of color #4244C0: hue angle of 239.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4244C0 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 68 | 192 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.25 |
| HSL | 239.05º | 0.5% | 0.51% | - |
| HSV(B) | 239.05º | 0.66% | 0.75% | - |
| XYZ | 13.83 | 9.1 | 50.9 | - |
| YUV | 81.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 192 | 0.66 | 0.65 | 0 | 0.25 | 239.05 | 0.5 | 0.51 |
| Hex | 42 | 44 | C0 | 42 | 41 | 0 | 19 | EF | 32 | 33 |
| Octal | 102 | 104 | 300 | 102 | 101 | 0 | 31 | 357 | 62 | 63 |
| Binary | 1000010 | 1000100 | 11000000 | 1000010 | 1000001 | 0 | 11001 | 11101111 | 110010 | 110011 |
Color Harmonies of #4244C0
Complementary color
Monochromatic Colors of #4244C0
Black with #4244C0
Text Example
Text Example
White with #4244C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4244C0; }
p { color: rgb(66,68,192); }
H1.HeaderClassName
{
color: #4244C0;
}
.AnyTagClassName
{
color: #4244C0;
}
</style>
background-color css
<style>
a { background-color: #4244C0; }
a { background-color: rgb(66,68,192); }
div.DivClassName
{
background-color: #4244C0;
}
.BgClassName
{
background-color: #4244C0;
}
</style>
border-color css
<style>
span { border-color: #4244C0; }
span { border-color: rgb(66,68,192); }
td.TdClassName
{
border-color: #4244C0;
}
.TagClassName
{
border-color: #4244C0;
}
</style>