Shades of Free Speech Blue #446BC1
Tints of Free Speech Blue #446BC1
RGB
CMYK
RGB Variations
Color information
#446BC1 (or 0x446BC1) is known color: Free Speech Blue. HEX triplet: 44, 6B and C1. RGB value is (68,107,193). Sum of RGB (Red+Green+Blue) = 68+107+193=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #446BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC1 is #BB943E. Grayscale: #686868. Windows color (decimal): -12293183 or 12675908. OLE color: 12675908.
HSL color Cylindrical-coordinate representation of color #446BC1: hue angle of 221.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446BC1 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 107 | 193 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.24 |
| HSL | 221.28º | 0.5% | 0.51% | - |
| HSV(B) | 221.28º | 0.65% | 0.76% | - |
| XYZ | 17.27 | 15.59 | 52.55 | - |
| YUV | 105.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 193 | 0.65 | 0.45 | 0 | 0.24 | 221.28 | 0.5 | 0.51 |
| Hex | 44 | 6B | C1 | 41 | 2D | 0 | 18 | DD | 32 | 33 |
| Octal | 104 | 153 | 301 | 101 | 55 | 0 | 30 | 335 | 62 | 63 |
| Binary | 1000100 | 1101011 | 11000001 | 1000001 | 101101 | 0 | 11000 | 11011101 | 110010 | 110011 |
Color Harmonies of #446BC1
Complementary color
Monochromatic Colors of #446BC1
Black with #446BC1
Text Example
Text Example
White with #446BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BC1; }
p { color: rgb(68,107,193); }
H1.HeaderClassName
{
color: #446BC1;
}
.AnyTagClassName
{
color: #446BC1;
}
</style>
background-color css
<style>
a { background-color: #446BC1; }
a { background-color: rgb(68,107,193); }
div.DivClassName
{
background-color: #446BC1;
}
.BgClassName
{
background-color: #446BC1;
}
</style>
border-color css
<style>
span { border-color: #446BC1; }
span { border-color: rgb(68,107,193); }
td.TdClassName
{
border-color: #446BC1;
}
.TagClassName
{
border-color: #446BC1;
}
</style>