Shades of Free Speech Blue #4441BB
Tints of Free Speech Blue #4441BB
RGB
CMYK
RGB Variations
Color information
#4441BB (or 0x4441BB) is known color: Free Speech Blue. HEX triplet: 44, 41 and BB. RGB value is (68,65,187). Sum of RGB (Red+Green+Blue) = 68+65+187=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #4441BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441BB is #BBBE44. Grayscale: #4F4F4F. Windows color (decimal): -12303941 or 12271940. OLE color: 12271940.
HSL color Cylindrical-coordinate representation of color #4441BB: hue angle of 241.48º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4441BB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 65 | 187 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.27 |
| HSL | 241.48º | 0.48% | 0.49% | - |
| HSV(B) | 241.48º | 0.65% | 0.73% | - |
| XYZ | 13.24 | 8.6 | 47.98 | - |
| YUV | 79.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 187 | 0.64 | 0.65 | 0 | 0.27 | 241.48 | 0.48 | 0.49 |
| Hex | 44 | 41 | BB | 40 | 41 | 0 | 1B | F1 | 30 | 31 |
| Octal | 104 | 101 | 273 | 100 | 101 | 0 | 33 | 361 | 60 | 61 |
| Binary | 1000100 | 1000001 | 10111011 | 1000000 | 1000001 | 0 | 11011 | 11110001 | 110000 | 110001 |
Color Harmonies of #4441BB
Complementary color
Monochromatic Colors of #4441BB
Black with #4441BB
Text Example
Text Example
White with #4441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441BB; }
p { color: rgb(68,65,187); }
H1.HeaderClassName
{
color: #4441BB;
}
.AnyTagClassName
{
color: #4441BB;
}
</style>
background-color css
<style>
a { background-color: #4441BB; }
a { background-color: rgb(68,65,187); }
div.DivClassName
{
background-color: #4441BB;
}
.BgClassName
{
background-color: #4441BB;
}
</style>
border-color css
<style>
span { border-color: #4441BB; }
span { border-color: rgb(68,65,187); }
td.TdClassName
{
border-color: #4441BB;
}
.TagClassName
{
border-color: #4441BB;
}
</style>