Shades of Free Speech Blue #444BBB
Tints of Free Speech Blue #444BBB
RGB
CMYK
RGB Variations
Color information
#444BBB (or 0x444BBB) is known color: Free Speech Blue. HEX triplet: 44, 4B and BB. RGB value is (68,75,187). Sum of RGB (Red+Green+Blue) = 68+75+187=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #444BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BBB is #BBB444. Grayscale: #555555. Windows color (decimal): -12301381 or 12274500. OLE color: 12274500.
HSL color Cylindrical-coordinate representation of color #444BBB: hue angle of 236.47º 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 #444BBB is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 75 | 187 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.27 |
| HSL | 236.47º | 0.47% | 0.5% | - |
| HSV(B) | 236.47º | 0.64% | 0.73% | - |
| XYZ | 13.87 | 9.85 | 48.18 | - |
| YUV | 85.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 187 | 0.64 | 0.60 | 0 | 0.27 | 236.47 | 0.47 | 0.5 |
| Hex | 44 | 4B | BB | 40 | 3C | 0 | 1B | EC | 2F | 32 |
| Octal | 104 | 113 | 273 | 100 | 74 | 0 | 33 | 354 | 57 | 62 |
| Binary | 1000100 | 1001011 | 10111011 | 1000000 | 111100 | 0 | 11011 | 11101100 | 101111 | 110010 |
Color Harmonies of #444BBB
Complementary color
Monochromatic Colors of #444BBB
Black with #444BBB
Text Example
Text Example
White with #444BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BBB; }
p { color: rgb(68,75,187); }
H1.HeaderClassName
{
color: #444BBB;
}
.AnyTagClassName
{
color: #444BBB;
}
</style>
background-color css
<style>
a { background-color: #444BBB; }
a { background-color: rgb(68,75,187); }
div.DivClassName
{
background-color: #444BBB;
}
.BgClassName
{
background-color: #444BBB;
}
</style>
border-color css
<style>
span { border-color: #444BBB; }
span { border-color: rgb(68,75,187); }
td.TdClassName
{
border-color: #444BBB;
}
.TagClassName
{
border-color: #444BBB;
}
</style>