Shades of Free Speech Blue #444FDB
Tints of Free Speech Blue #444FDB
RGB
CMYK
RGB Variations
Color information
#444FDB (or 0x444FDB) is known color: Free Speech Blue. HEX triplet: 44, 4F and DB. RGB value is (68,79,219). Sum of RGB (Red+Green+Blue) = 68+79+219=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #444FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FDB is #BBB024. Grayscale: #5B5B5B. Windows color (decimal): -12300325 or 14372676. OLE color: 14372676.
HSL color Cylindrical-coordinate representation of color #444FDB: hue angle of 235.63º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444FDB is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 79 | 219 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.14 |
| HSL | 235.63º | 0.68% | 0.56% | - |
| HSV(B) | 235.63º | 0.69% | 0.86% | - |
| XYZ | 17.97 | 11.94 | 68.37 | - |
| YUV | 91.67 | 199.86 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 219 | 0.69 | 0.64 | 0 | 0.14 | 235.63 | 0.68 | 0.56 |
| Hex | 44 | 4F | DB | 45 | 40 | 0 | E | EC | 44 | 38 |
| Octal | 104 | 117 | 333 | 105 | 100 | 0 | 16 | 354 | 104 | 70 |
| Binary | 1000100 | 1001111 | 11011011 | 1000101 | 1000000 | 0 | 1110 | 11101100 | 1000100 | 111000 |
Color Harmonies of #444FDB
Complementary color
Monochromatic Colors of #444FDB
Black with #444FDB
Text Example
Text Example
White with #444FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FDB; }
p { color: rgb(68,79,219); }
H1.HeaderClassName
{
color: #444FDB;
}
.AnyTagClassName
{
color: #444FDB;
}
</style>
background-color css
<style>
a { background-color: #444FDB; }
a { background-color: rgb(68,79,219); }
div.DivClassName
{
background-color: #444FDB;
}
.BgClassName
{
background-color: #444FDB;
}
</style>
border-color css
<style>
span { border-color: #444FDB; }
span { border-color: rgb(68,79,219); }
td.TdClassName
{
border-color: #444FDB;
}
.TagClassName
{
border-color: #444FDB;
}
</style>