Shades of Free Speech Blue #4440DB
Tints of Free Speech Blue #4440DB
RGB
CMYK
RGB Variations
Color information
#4440DB (or 0x4440DB) is known color: Free Speech Blue. HEX triplet: 44, 40 and DB. RGB value is (68,64,219). Sum of RGB (Red+Green+Blue) = 68+64+219=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #4440DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4440DB is #BBBF24. Grayscale: #525252. Windows color (decimal): -12304165 or 14368836. OLE color: 14368836.
HSL color Cylindrical-coordinate representation of color #4440DB: hue angle of 241.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4440DB is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 64 | 219 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.14 |
| HSL | 241.55º | 0.68% | 0.55% | - |
| HSV(B) | 241.55º | 0.71% | 0.86% | - |
| XYZ | 17 | 10.01 | 68.05 | - |
| YUV | 82.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 219 | 0.69 | 0.71 | 0 | 0.14 | 241.55 | 0.68 | 0.55 |
| Hex | 44 | 40 | DB | 45 | 47 | 0 | E | F2 | 44 | 37 |
| Octal | 104 | 100 | 333 | 105 | 107 | 0 | 16 | 362 | 104 | 67 |
| Binary | 1000100 | 1000000 | 11011011 | 1000101 | 1000111 | 0 | 1110 | 11110010 | 1000100 | 110111 |
Color Harmonies of #4440DB
Complementary color
Monochromatic Colors of #4440DB
Black with #4440DB
Text Example
Text Example
White with #4440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4440DB; }
p { color: rgb(68,64,219); }
H1.HeaderClassName
{
color: #4440DB;
}
.AnyTagClassName
{
color: #4440DB;
}
</style>
background-color css
<style>
a { background-color: #4440DB; }
a { background-color: rgb(68,64,219); }
div.DivClassName
{
background-color: #4440DB;
}
.BgClassName
{
background-color: #4440DB;
}
</style>
border-color css
<style>
span { border-color: #4440DB; }
span { border-color: rgb(68,64,219); }
td.TdClassName
{
border-color: #4440DB;
}
.TagClassName
{
border-color: #4440DB;
}
</style>