Shades of Free Speech Blue #444FBA
Tints of Free Speech Blue #444FBA
RGB
CMYK
RGB Variations
Color information
#444FBA (or 0x444FBA) is known color: Free Speech Blue. HEX triplet: 44, 4F and BA. RGB value is (68,79,186). Sum of RGB (Red+Green+Blue) = 68+79+186=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #444FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FBA is #BBB045. Grayscale: #575757. Windows color (decimal): -12300358 or 12209988. OLE color: 12209988.
HSL color Cylindrical-coordinate representation of color #444FBA: hue angle of 234.41º 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 #444FBA is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 79 | 186 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.27 |
| HSL | 234.41º | 0.46% | 0.5% | - |
| HSV(B) | 234.41º | 0.63% | 0.73% | - |
| XYZ | 14.04 | 10.37 | 47.72 | - |
| YUV | 87.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 186 | 0.63 | 0.58 | 0 | 0.27 | 234.41 | 0.46 | 0.5 |
| Hex | 44 | 4F | BA | 3F | 3A | 0 | 1B | EA | 2E | 32 |
| Octal | 104 | 117 | 272 | 77 | 72 | 0 | 33 | 352 | 56 | 62 |
| Binary | 1000100 | 1001111 | 10111010 | 111111 | 111010 | 0 | 11011 | 11101010 | 101110 | 110010 |
Color Harmonies of #444FBA
Complementary color
Monochromatic Colors of #444FBA
Black with #444FBA
Text Example
Text Example
White with #444FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FBA; }
p { color: rgb(68,79,186); }
H1.HeaderClassName
{
color: #444FBA;
}
.AnyTagClassName
{
color: #444FBA;
}
</style>
background-color css
<style>
a { background-color: #444FBA; }
a { background-color: rgb(68,79,186); }
div.DivClassName
{
background-color: #444FBA;
}
.BgClassName
{
background-color: #444FBA;
}
</style>
border-color css
<style>
span { border-color: #444FBA; }
span { border-color: rgb(68,79,186); }
td.TdClassName
{
border-color: #444FBA;
}
.TagClassName
{
border-color: #444FBA;
}
</style>