Shades of Free Speech Blue #444BBA
Tints of Free Speech Blue #444BBA
RGB
CMYK
RGB Variations
Color information
#444BBA (or 0x444BBA) is known color: Free Speech Blue. HEX triplet: 44, 4B and BA. RGB value is (68,75,186). Sum of RGB (Red+Green+Blue) = 68+75+186=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #444BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BBA is #BBB445. Grayscale: #555555. Windows color (decimal): -12301382 or 12208964. OLE color: 12208964.
HSL color Cylindrical-coordinate representation of color #444BBA: hue angle of 236.44º 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 #444BBA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 75 | 186 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.27 |
| HSL | 236.44º | 0.46% | 0.5% | - |
| HSV(B) | 236.44º | 0.63% | 0.73% | - |
| XYZ | 13.76 | 9.81 | 47.62 | - |
| YUV | 85.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 186 | 0.63 | 0.60 | 0 | 0.27 | 236.44 | 0.46 | 0.5 |
| Hex | 44 | 4B | BA | 3F | 3C | 0 | 1B | EC | 2E | 32 |
| Octal | 104 | 113 | 272 | 77 | 74 | 0 | 33 | 354 | 56 | 62 |
| Binary | 1000100 | 1001011 | 10111010 | 111111 | 111100 | 0 | 11011 | 11101100 | 101110 | 110010 |
Color Harmonies of #444BBA
Complementary color
Monochromatic Colors of #444BBA
Black with #444BBA
Text Example
Text Example
White with #444BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BBA; }
p { color: rgb(68,75,186); }
H1.HeaderClassName
{
color: #444BBA;
}
.AnyTagClassName
{
color: #444BBA;
}
</style>
background-color css
<style>
a { background-color: #444BBA; }
a { background-color: rgb(68,75,186); }
div.DivClassName
{
background-color: #444BBA;
}
.BgClassName
{
background-color: #444BBA;
}
</style>
border-color css
<style>
span { border-color: #444BBA; }
span { border-color: rgb(68,75,186); }
td.TdClassName
{
border-color: #444BBA;
}
.TagClassName
{
border-color: #444BBA;
}
</style>