Shades of Free Speech Blue #4442DB
Tints of Free Speech Blue #4442DB
RGB
CMYK
RGB Variations
Color information
#4442DB (or 0x4442DB) is known color: Free Speech Blue. HEX triplet: 44, 42 and DB. RGB value is (68,66,219). Sum of RGB (Red+Green+Blue) = 68+66+219=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4442DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4442DB is #BBBD24. Grayscale: #535353. Windows color (decimal): -12303653 or 14369348. OLE color: 14369348.
HSL color Cylindrical-coordinate representation of color #4442DB: hue angle of 240.78º 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 #4442DB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 66 | 219 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.14 |
| HSL | 240.78º | 0.68% | 0.56% | - |
| HSV(B) | 240.78º | 0.7% | 0.86% | - |
| XYZ | 17.12 | 10.24 | 68.09 | - |
| YUV | 84.04 | 204.16 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 219 | 0.69 | 0.70 | 0 | 0.14 | 240.78 | 0.68 | 0.56 |
| Hex | 44 | 42 | DB | 45 | 46 | 0 | E | F1 | 44 | 38 |
| Octal | 104 | 102 | 333 | 105 | 106 | 0 | 16 | 361 | 104 | 70 |
| Binary | 1000100 | 1000010 | 11011011 | 1000101 | 1000110 | 0 | 1110 | 11110001 | 1000100 | 111000 |
Color Harmonies of #4442DB
Complementary color
Monochromatic Colors of #4442DB
Black with #4442DB
Text Example
Text Example
White with #4442DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4442DB; }
p { color: rgb(68,66,219); }
H1.HeaderClassName
{
color: #4442DB;
}
.AnyTagClassName
{
color: #4442DB;
}
</style>
background-color css
<style>
a { background-color: #4442DB; }
a { background-color: rgb(68,66,219); }
div.DivClassName
{
background-color: #4442DB;
}
.BgClassName
{
background-color: #4442DB;
}
</style>
border-color css
<style>
span { border-color: #4442DB; }
span { border-color: rgb(68,66,219); }
td.TdClassName
{
border-color: #4442DB;
}
.TagClassName
{
border-color: #4442DB;
}
</style>