Shades of Free Speech Blue #444DB1
Tints of Free Speech Blue #444DB1
RGB
CMYK
RGB Variations
Color information
#444DB1 (or 0x444DB1) is known color: Free Speech Blue. HEX triplet: 44, 4D and B1. RGB value is (68,77,177). Sum of RGB (Red+Green+Blue) = 68+77+177=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #444DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444DB1 is #BBB24E. Grayscale: #555555. Windows color (decimal): -12300879 or 11619652. OLE color: 11619652.
HSL color Cylindrical-coordinate representation of color #444DB1: hue angle of 235.05º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444DB1 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 77 | 177 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.31 |
| HSL | 235.05º | 0.44% | 0.48% | - |
| HSV(B) | 235.05º | 0.62% | 0.69% | - |
| XYZ | 12.97 | 9.71 | 42.79 | - |
| YUV | 85.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 177 | 0.62 | 0.56 | 0 | 0.31 | 235.05 | 0.44 | 0.48 |
| Hex | 44 | 4D | B1 | 3E | 38 | 0 | 1F | EB | 2C | 30 |
| Octal | 104 | 115 | 261 | 76 | 70 | 0 | 37 | 353 | 54 | 60 |
| Binary | 1000100 | 1001101 | 10110001 | 111110 | 111000 | 0 | 11111 | 11101011 | 101100 | 110000 |
Color Harmonies of #444DB1
Complementary color
Monochromatic Colors of #444DB1
Black with #444DB1
Text Example
Text Example
White with #444DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DB1; }
p { color: rgb(68,77,177); }
H1.HeaderClassName
{
color: #444DB1;
}
.AnyTagClassName
{
color: #444DB1;
}
</style>
background-color css
<style>
a { background-color: #444DB1; }
a { background-color: rgb(68,77,177); }
div.DivClassName
{
background-color: #444DB1;
}
.BgClassName
{
background-color: #444DB1;
}
</style>
border-color css
<style>
span { border-color: #444DB1; }
span { border-color: rgb(68,77,177); }
td.TdClassName
{
border-color: #444DB1;
}
.TagClassName
{
border-color: #444DB1;
}
</style>