Shades of Free Speech Blue #4444BB
Tints of Free Speech Blue #4444BB
RGB
CMYK
RGB Variations
Color information
#4444BB (or 0x4444BB) is known color: Free Speech Blue. HEX triplet: 44, 44 and BB. RGB value is (68,68,187). Sum of RGB (Red+Green+Blue) = 68+68+187=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #4444BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4444BB is #BBBB44. Grayscale: #515151. Windows color (decimal): -12303173 or 12272708. OLE color: 12272708.
HSL color Cylindrical-coordinate representation of color #4444BB: hue angle of 240º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4444BB is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 68 | 187 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.27 |
| HSL | 240º | 0.47% | 0.5% | - |
| HSV(B) | 240º | 0.64% | 0.73% | - |
| XYZ | 13.42 | 8.95 | 48.03 | - |
| YUV | 81.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 187 | 0.64 | 0.64 | 0 | 0.27 | 240 | 0.47 | 0.5 |
| Hex | 44 | 44 | BB | 40 | 40 | 0 | 1B | F0 | 2F | 32 |
| Octal | 104 | 104 | 273 | 100 | 100 | 0 | 33 | 360 | 57 | 62 |
| Binary | 1000100 | 1000100 | 10111011 | 1000000 | 1000000 | 0 | 11011 | 11110000 | 101111 | 110010 |
Color Harmonies of #4444BB
Complementary color
Monochromatic Colors of #4444BB
Black with #4444BB
Text Example
Text Example
White with #4444BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4444BB; }
p { color: rgb(68,68,187); }
H1.HeaderClassName
{
color: #4444BB;
}
.AnyTagClassName
{
color: #4444BB;
}
</style>
background-color css
<style>
a { background-color: #4444BB; }
a { background-color: rgb(68,68,187); }
div.DivClassName
{
background-color: #4444BB;
}
.BgClassName
{
background-color: #4444BB;
}
</style>
border-color css
<style>
span { border-color: #4444BB; }
span { border-color: rgb(68,68,187); }
td.TdClassName
{
border-color: #4444BB;
}
.TagClassName
{
border-color: #4444BB;
}
</style>