Shades of Free Speech Blue #4441DB
Tints of Free Speech Blue #4441DB
RGB
CMYK
RGB Variations
Color information
#4441DB (or 0x4441DB) is known color: Free Speech Blue. HEX triplet: 44, 41 and DB. RGB value is (68,65,219). Sum of RGB (Red+Green+Blue) = 68+65+219=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #4441DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441DB is #BBBE24. Grayscale: #525252. Windows color (decimal): -12303909 or 14369092. OLE color: 14369092.
HSL color Cylindrical-coordinate representation of color #4441DB: hue angle of 241.17º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4441DB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 65 | 219 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.14 |
| HSL | 241.17º | 0.68% | 0.56% | - |
| HSV(B) | 241.17º | 0.7% | 0.86% | - |
| XYZ | 17.06 | 10.12 | 68.07 | - |
| YUV | 83.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 219 | 0.69 | 0.70 | 0 | 0.14 | 241.17 | 0.68 | 0.56 |
| Hex | 44 | 41 | DB | 45 | 46 | 0 | E | F1 | 44 | 38 |
| Octal | 104 | 101 | 333 | 105 | 106 | 0 | 16 | 361 | 104 | 70 |
| Binary | 1000100 | 1000001 | 11011011 | 1000101 | 1000110 | 0 | 1110 | 11110001 | 1000100 | 111000 |
Color Harmonies of #4441DB
Complementary color
Monochromatic Colors of #4441DB
Black with #4441DB
Text Example
Text Example
White with #4441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441DB; }
p { color: rgb(68,65,219); }
H1.HeaderClassName
{
color: #4441DB;
}
.AnyTagClassName
{
color: #4441DB;
}
</style>
background-color css
<style>
a { background-color: #4441DB; }
a { background-color: rgb(68,65,219); }
div.DivClassName
{
background-color: #4441DB;
}
.BgClassName
{
background-color: #4441DB;
}
</style>
border-color css
<style>
span { border-color: #4441DB; }
span { border-color: rgb(68,65,219); }
td.TdClassName
{
border-color: #4441DB;
}
.TagClassName
{
border-color: #4441DB;
}
</style>