Shades of Free Speech Blue #444FD1
Tints of Free Speech Blue #444FD1
RGB
CMYK
RGB Variations
Color information
#444FD1 (or 0x444FD1) is known color: Free Speech Blue. HEX triplet: 44, 4F and D1. RGB value is (68,79,209). Sum of RGB (Red+Green+Blue) = 68+79+209=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #444FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FD1 is #BBB02E. Grayscale: #595959. Windows color (decimal): -12300335 or 13717316. OLE color: 13717316.
HSL color Cylindrical-coordinate representation of color #444FD1: hue angle of 235.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FD1 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 79 | 209 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.18 |
| HSL | 235.32º | 0.61% | 0.54% | - |
| HSV(B) | 235.32º | 0.67% | 0.82% | - |
| XYZ | 16.69 | 11.42 | 61.65 | - |
| YUV | 90.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 209 | 0.67 | 0.62 | 0 | 0.18 | 235.32 | 0.61 | 0.54 |
| Hex | 44 | 4F | D1 | 43 | 3E | 0 | 12 | EB | 3D | 36 |
| Octal | 104 | 117 | 321 | 103 | 76 | 0 | 22 | 353 | 75 | 66 |
| Binary | 1000100 | 1001111 | 11010001 | 1000011 | 111110 | 0 | 10010 | 11101011 | 111101 | 110110 |
Color Harmonies of #444FD1
Complementary color
Monochromatic Colors of #444FD1
Black with #444FD1
Text Example
Text Example
White with #444FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FD1; }
p { color: rgb(68,79,209); }
H1.HeaderClassName
{
color: #444FD1;
}
.AnyTagClassName
{
color: #444FD1;
}
</style>
background-color css
<style>
a { background-color: #444FD1; }
a { background-color: rgb(68,79,209); }
div.DivClassName
{
background-color: #444FD1;
}
.BgClassName
{
background-color: #444FD1;
}
</style>
border-color css
<style>
span { border-color: #444FD1; }
span { border-color: rgb(68,79,209); }
td.TdClassName
{
border-color: #444FD1;
}
.TagClassName
{
border-color: #444FD1;
}
</style>