Shades of Free Speech Blue #446CBF
Tints of Free Speech Blue #446CBF
RGB
CMYK
RGB Variations
Color information
#446CBF (or 0x446CBF) is known color: Free Speech Blue. HEX triplet: 44, 6C and BF. RGB value is (68,108,191). Sum of RGB (Red+Green+Blue) = 68+108+191=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #446CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CBF is #BB9340. Grayscale: #696969. Windows color (decimal): -12292929 or 12545092. OLE color: 12545092.
HSL color Cylindrical-coordinate representation of color #446CBF: hue angle of 220.49º 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 #446CBF is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 108 | 191 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.25 |
| HSL | 220.49º | 0.49% | 0.51% | - |
| HSV(B) | 220.49º | 0.64% | 0.75% | - |
| XYZ | 17.15 | 15.72 | 51.42 | - |
| YUV | 105.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 191 | 0.64 | 0.43 | 0 | 0.25 | 220.49 | 0.49 | 0.51 |
| Hex | 44 | 6C | BF | 40 | 2B | 0 | 19 | DC | 31 | 33 |
| Octal | 104 | 154 | 277 | 100 | 53 | 0 | 31 | 334 | 61 | 63 |
| Binary | 1000100 | 1101100 | 10111111 | 1000000 | 101011 | 0 | 11001 | 11011100 | 110001 | 110011 |
Color Harmonies of #446CBF
Complementary color
Monochromatic Colors of #446CBF
Black with #446CBF
Text Example
Text Example
White with #446CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446CBF; }
p { color: rgb(68,108,191); }
H1.HeaderClassName
{
color: #446CBF;
}
.AnyTagClassName
{
color: #446CBF;
}
</style>
background-color css
<style>
a { background-color: #446CBF; }
a { background-color: rgb(68,108,191); }
div.DivClassName
{
background-color: #446CBF;
}
.BgClassName
{
background-color: #446CBF;
}
</style>
border-color css
<style>
span { border-color: #446CBF; }
span { border-color: rgb(68,108,191); }
td.TdClassName
{
border-color: #446CBF;
}
.TagClassName
{
border-color: #446CBF;
}
</style>