Shades of Free Speech Blue #444BDB
Tints of Free Speech Blue #444BDB
RGB
CMYK
RGB Variations
Color information
#444BDB (or 0x444BDB) is known color: Free Speech Blue. HEX triplet: 44, 4B and DB. RGB value is (68,75,219). Sum of RGB (Red+Green+Blue) = 68+75+219=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #444BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BDB is #BBB424. Grayscale: #585858. Windows color (decimal): -12301349 or 14371652. OLE color: 14371652.
HSL color Cylindrical-coordinate representation of color #444BDB: hue angle of 237.22º 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 #444BDB is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 75 | 219 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.14 |
| HSL | 237.22º | 0.68% | 0.56% | - |
| HSV(B) | 237.22º | 0.69% | 0.86% | - |
| XYZ | 17.69 | 11.38 | 68.28 | - |
| YUV | 89.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 219 | 0.69 | 0.66 | 0 | 0.14 | 237.22 | 0.68 | 0.56 |
| Hex | 44 | 4B | DB | 45 | 42 | 0 | E | ED | 44 | 38 |
| Octal | 104 | 113 | 333 | 105 | 102 | 0 | 16 | 355 | 104 | 70 |
| Binary | 1000100 | 1001011 | 11011011 | 1000101 | 1000010 | 0 | 1110 | 11101101 | 1000100 | 111000 |
Color Harmonies of #444BDB
Complementary color
Monochromatic Colors of #444BDB
Black with #444BDB
Text Example
Text Example
White with #444BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BDB; }
p { color: rgb(68,75,219); }
H1.HeaderClassName
{
color: #444BDB;
}
.AnyTagClassName
{
color: #444BDB;
}
</style>
background-color css
<style>
a { background-color: #444BDB; }
a { background-color: rgb(68,75,219); }
div.DivClassName
{
background-color: #444BDB;
}
.BgClassName
{
background-color: #444BDB;
}
</style>
border-color css
<style>
span { border-color: #444BDB; }
span { border-color: rgb(68,75,219); }
td.TdClassName
{
border-color: #444BDB;
}
.TagClassName
{
border-color: #444BDB;
}
</style>