Shades of Free Speech Blue #446BBF
Tints of Free Speech Blue #446BBF
RGB
CMYK
RGB Variations
Color information
#446BBF (or 0x446BBF) is known color: Free Speech Blue. HEX triplet: 44, 6B and BF. RGB value is (68,107,191). Sum of RGB (Red+Green+Blue) = 68+107+191=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #446BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BBF is #BB9440. Grayscale: #686868. Windows color (decimal): -12293185 or 12544836. OLE color: 12544836.
HSL color Cylindrical-coordinate representation of color #446BBF: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446BBF is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 107 | 191 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.25 |
| HSL | 220.98º | 0.49% | 0.51% | - |
| HSV(B) | 220.98º | 0.64% | 0.75% | - |
| XYZ | 17.05 | 15.51 | 51.38 | - |
| YUV | 104.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 191 | 0.64 | 0.44 | 0 | 0.25 | 220.98 | 0.49 | 0.51 |
| Hex | 44 | 6B | BF | 40 | 2C | 0 | 19 | DD | 31 | 33 |
| Octal | 104 | 153 | 277 | 100 | 54 | 0 | 31 | 335 | 61 | 63 |
| Binary | 1000100 | 1101011 | 10111111 | 1000000 | 101100 | 0 | 11001 | 11011101 | 110001 | 110011 |
Color Harmonies of #446BBF
Complementary color
Monochromatic Colors of #446BBF
Black with #446BBF
Text Example
Text Example
White with #446BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446BBF; }
p { color: rgb(68,107,191); }
H1.HeaderClassName
{
color: #446BBF;
}
.AnyTagClassName
{
color: #446BBF;
}
</style>
background-color css
<style>
a { background-color: #446BBF; }
a { background-color: rgb(68,107,191); }
div.DivClassName
{
background-color: #446BBF;
}
.BgClassName
{
background-color: #446BBF;
}
</style>
border-color css
<style>
span { border-color: #446BBF; }
span { border-color: rgb(68,107,191); }
td.TdClassName
{
border-color: #446BBF;
}
.TagClassName
{
border-color: #446BBF;
}
</style>