Shades of Free Speech Blue #4445DB
Tints of Free Speech Blue #4445DB
RGB
CMYK
RGB Variations
Color information
#4445DB (or 0x4445DB) is known color: Free Speech Blue. HEX triplet: 44, 45 and DB. RGB value is (68,69,219). Sum of RGB (Red+Green+Blue) = 68+69+219=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #4445DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4445DB is #BBBA24. Grayscale: #555555. Windows color (decimal): -12302885 or 14370116. OLE color: 14370116.
HSL color Cylindrical-coordinate representation of color #4445DB: hue angle of 239.6º 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 #4445DB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 69 | 219 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.14 |
| HSL | 239.6º | 0.68% | 0.56% | - |
| HSV(B) | 239.6º | 0.69% | 0.86% | - |
| XYZ | 17.3 | 10.6 | 68.15 | - |
| YUV | 85.8 | 203.17 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 219 | 0.69 | 0.68 | 0 | 0.14 | 239.6 | 0.68 | 0.56 |
| Hex | 44 | 45 | DB | 45 | 44 | 0 | E | F0 | 44 | 38 |
| Octal | 104 | 105 | 333 | 105 | 104 | 0 | 16 | 360 | 104 | 70 |
| Binary | 1000100 | 1000101 | 11011011 | 1000101 | 1000100 | 0 | 1110 | 11110000 | 1000100 | 111000 |
Color Harmonies of #4445DB
Complementary color
Monochromatic Colors of #4445DB
Black with #4445DB
Text Example
Text Example
White with #4445DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4445DB; }
p { color: rgb(68,69,219); }
H1.HeaderClassName
{
color: #4445DB;
}
.AnyTagClassName
{
color: #4445DB;
}
</style>
background-color css
<style>
a { background-color: #4445DB; }
a { background-color: rgb(68,69,219); }
div.DivClassName
{
background-color: #4445DB;
}
.BgClassName
{
background-color: #4445DB;
}
</style>
border-color css
<style>
span { border-color: #4445DB; }
span { border-color: rgb(68,69,219); }
td.TdClassName
{
border-color: #4445DB;
}
.TagClassName
{
border-color: #4445DB;
}
</style>