Shades of Free Speech Blue #446EC0
Tints of Free Speech Blue #446EC0
RGB
CMYK
RGB Variations
Color information
#446EC0 (or 0x446EC0) is known color: Free Speech Blue. HEX triplet: 44, 6E and C0. RGB value is (68,110,192). Sum of RGB (Red+Green+Blue) = 68+110+192=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #446EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446EC0 is #BB913F. Grayscale: #6A6A6A. Windows color (decimal): -12292416 or 12611140. OLE color: 12611140.
HSL color Cylindrical-coordinate representation of color #446EC0: hue angle of 219.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446EC0 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 110 | 192 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.25 |
| HSL | 219.68º | 0.5% | 0.51% | - |
| HSV(B) | 219.68º | 0.65% | 0.75% | - |
| XYZ | 17.47 | 16.19 | 52.07 | - |
| YUV | 106.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 192 | 0.65 | 0.43 | 0 | 0.25 | 219.68 | 0.5 | 0.51 |
| Hex | 44 | 6E | C0 | 41 | 2B | 0 | 19 | DC | 32 | 33 |
| Octal | 104 | 156 | 300 | 101 | 53 | 0 | 31 | 334 | 62 | 63 |
| Binary | 1000100 | 1101110 | 11000000 | 1000001 | 101011 | 0 | 11001 | 11011100 | 110010 | 110011 |
Color Harmonies of #446EC0
Complementary color
Monochromatic Colors of #446EC0
Black with #446EC0
Text Example
Text Example
White with #446EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EC0; }
p { color: rgb(68,110,192); }
H1.HeaderClassName
{
color: #446EC0;
}
.AnyTagClassName
{
color: #446EC0;
}
</style>
background-color css
<style>
a { background-color: #446EC0; }
a { background-color: rgb(68,110,192); }
div.DivClassName
{
background-color: #446EC0;
}
.BgClassName
{
background-color: #446EC0;
}
</style>
border-color css
<style>
span { border-color: #446EC0; }
span { border-color: rgb(68,110,192); }
td.TdClassName
{
border-color: #446EC0;
}
.TagClassName
{
border-color: #446EC0;
}
</style>