Shades of Free Speech Blue #444DCF
Tints of Free Speech Blue #444DCF
RGB
CMYK
RGB Variations
Color information
#444DCF (or 0x444DCF) is known color: Free Speech Blue. HEX triplet: 44, 4D and CF. RGB value is (68,77,207). Sum of RGB (Red+Green+Blue) = 68+77+207=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #444DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DCF is #BBB230. Grayscale: #585858. Windows color (decimal): -12300849 or 13585732. OLE color: 13585732.
HSL color Cylindrical-coordinate representation of color #444DCF: hue angle of 236.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444DCF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 77 | 207 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.19 |
| HSL | 236.12º | 0.59% | 0.54% | - |
| HSV(B) | 236.12º | 0.67% | 0.81% | - |
| XYZ | 16.3 | 11.04 | 60.3 | - |
| YUV | 89.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 207 | 0.67 | 0.63 | 0 | 0.19 | 236.12 | 0.59 | 0.54 |
| Hex | 44 | 4D | CF | 43 | 3F | 0 | 13 | EC | 3B | 36 |
| Octal | 104 | 115 | 317 | 103 | 77 | 0 | 23 | 354 | 73 | 66 |
| Binary | 1000100 | 1001101 | 11001111 | 1000011 | 111111 | 0 | 10011 | 11101100 | 111011 | 110110 |
Color Harmonies of #444DCF
Complementary color
Monochromatic Colors of #444DCF
Black with #444DCF
Text Example
Text Example
White with #444DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DCF; }
p { color: rgb(68,77,207); }
H1.HeaderClassName
{
color: #444DCF;
}
.AnyTagClassName
{
color: #444DCF;
}
</style>
background-color css
<style>
a { background-color: #444DCF; }
a { background-color: rgb(68,77,207); }
div.DivClassName
{
background-color: #444DCF;
}
.BgClassName
{
background-color: #444DCF;
}
</style>
border-color css
<style>
span { border-color: #444DCF; }
span { border-color: rgb(68,77,207); }
td.TdClassName
{
border-color: #444DCF;
}
.TagClassName
{
border-color: #444DCF;
}
</style>