Shades of Free Speech Blue #444DD7
Tints of Free Speech Blue #444DD7
RGB
CMYK
RGB Variations
Color information
#444DD7 (or 0x444DD7) is known color: Free Speech Blue. HEX triplet: 44, 4D and D7. RGB value is (68,77,215). Sum of RGB (Red+Green+Blue) = 68+77+215=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #444DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DD7 is #BBB228. Grayscale: #595959. Windows color (decimal): -12300841 or 14110020. OLE color: 14110020.
HSL color Cylindrical-coordinate representation of color #444DD7: hue angle of 236.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444DD7 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 77 | 215 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.16 |
| HSL | 236.33º | 0.65% | 0.55% | - |
| HSV(B) | 236.33º | 0.68% | 0.84% | - |
| XYZ | 17.3 | 11.44 | 65.59 | - |
| YUV | 90.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 215 | 0.68 | 0.64 | 0 | 0.16 | 236.33 | 0.65 | 0.55 |
| Hex | 44 | 4D | D7 | 44 | 40 | 0 | 10 | EC | 41 | 37 |
| Octal | 104 | 115 | 327 | 104 | 100 | 0 | 20 | 354 | 101 | 67 |
| Binary | 1000100 | 1001101 | 11010111 | 1000100 | 1000000 | 0 | 10000 | 11101100 | 1000001 | 110111 |
Color Harmonies of #444DD7
Complementary color
Monochromatic Colors of #444DD7
Black with #444DD7
Text Example
Text Example
White with #444DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DD7; }
p { color: rgb(68,77,215); }
H1.HeaderClassName
{
color: #444DD7;
}
.AnyTagClassName
{
color: #444DD7;
}
</style>
background-color css
<style>
a { background-color: #444DD7; }
a { background-color: rgb(68,77,215); }
div.DivClassName
{
background-color: #444DD7;
}
.BgClassName
{
background-color: #444DD7;
}
</style>
border-color css
<style>
span { border-color: #444DD7; }
span { border-color: rgb(68,77,215); }
td.TdClassName
{
border-color: #444DD7;
}
.TagClassName
{
border-color: #444DD7;
}
</style>