Shades of Free Speech Blue #444CB9
Tints of Free Speech Blue #444CB9
RGB
CMYK
RGB Variations
Color information
#444CB9 (or 0x444CB9) is known color: Free Speech Blue. HEX triplet: 44, 4C and B9. RGB value is (68,76,185). Sum of RGB (Red+Green+Blue) = 68+76+185=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #444CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CB9 is #BBB346. Grayscale: #555555. Windows color (decimal): -12301127 or 12143684. OLE color: 12143684.
HSL color Cylindrical-coordinate representation of color #444CB9: hue angle of 235.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444CB9 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 76 | 185 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.27 |
| HSL | 235.9º | 0.46% | 0.5% | - |
| HSV(B) | 235.9º | 0.63% | 0.73% | - |
| XYZ | 13.73 | 9.9 | 47.09 | - |
| YUV | 86.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 185 | 0.63 | 0.59 | 0 | 0.27 | 235.9 | 0.46 | 0.5 |
| Hex | 44 | 4C | B9 | 3F | 3B | 0 | 1B | EC | 2E | 32 |
| Octal | 104 | 114 | 271 | 77 | 73 | 0 | 33 | 354 | 56 | 62 |
| Binary | 1000100 | 1001100 | 10111001 | 111111 | 111011 | 0 | 11011 | 11101100 | 101110 | 110010 |
Color Harmonies of #444CB9
Complementary color
Monochromatic Colors of #444CB9
Black with #444CB9
Text Example
Text Example
White with #444CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CB9; }
p { color: rgb(68,76,185); }
H1.HeaderClassName
{
color: #444CB9;
}
.AnyTagClassName
{
color: #444CB9;
}
</style>
background-color css
<style>
a { background-color: #444CB9; }
a { background-color: rgb(68,76,185); }
div.DivClassName
{
background-color: #444CB9;
}
.BgClassName
{
background-color: #444CB9;
}
</style>
border-color css
<style>
span { border-color: #444CB9; }
span { border-color: rgb(68,76,185); }
td.TdClassName
{
border-color: #444CB9;
}
.TagClassName
{
border-color: #444CB9;
}
</style>