Shades of Free Speech Blue #444DB9
Tints of Free Speech Blue #444DB9
RGB
CMYK
RGB Variations
Color information
#444DB9 (or 0x444DB9) is known color: Free Speech Blue. HEX triplet: 44, 4D and B9. RGB value is (68,77,185). Sum of RGB (Red+Green+Blue) = 68+77+185=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #444DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DB9 is #BBB246. Grayscale: #565656. Windows color (decimal): -12300871 or 12143940. OLE color: 12143940.
HSL color Cylindrical-coordinate representation of color #444DB9: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444DB9 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 77 | 185 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.27 |
| HSL | 235.38º | 0.46% | 0.5% | - |
| HSV(B) | 235.38º | 0.63% | 0.73% | - |
| XYZ | 13.79 | 10.04 | 47.11 | - |
| YUV | 86.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 185 | 0.63 | 0.58 | 0 | 0.27 | 235.38 | 0.46 | 0.5 |
| Hex | 44 | 4D | B9 | 3F | 3A | 0 | 1B | EB | 2E | 32 |
| Octal | 104 | 115 | 271 | 77 | 72 | 0 | 33 | 353 | 56 | 62 |
| Binary | 1000100 | 1001101 | 10111001 | 111111 | 111010 | 0 | 11011 | 11101011 | 101110 | 110010 |
Color Harmonies of #444DB9
Complementary color
Monochromatic Colors of #444DB9
Black with #444DB9
Text Example
Text Example
White with #444DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DB9; }
p { color: rgb(68,77,185); }
H1.HeaderClassName
{
color: #444DB9;
}
.AnyTagClassName
{
color: #444DB9;
}
</style>
background-color css
<style>
a { background-color: #444DB9; }
a { background-color: rgb(68,77,185); }
div.DivClassName
{
background-color: #444DB9;
}
.BgClassName
{
background-color: #444DB9;
}
</style>
border-color css
<style>
span { border-color: #444DB9; }
span { border-color: rgb(68,77,185); }
td.TdClassName
{
border-color: #444DB9;
}
.TagClassName
{
border-color: #444DB9;
}
</style>