Shades of Free Speech Blue #444BC0
Tints of Free Speech Blue #444BC0
RGB
CMYK
RGB Variations
Color information
#444BC0 (or 0x444BC0) is known color: Free Speech Blue. HEX triplet: 44, 4B and C0. RGB value is (68,75,192). Sum of RGB (Red+Green+Blue) = 68+75+192=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #444BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BC0 is #BBB43F. Grayscale: #555555. Windows color (decimal): -12301376 or 12602180. OLE color: 12602180.
HSL color Cylindrical-coordinate representation of color #444BC0: hue angle of 236.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #444BC0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 75 | 192 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 236.61º | 0.5% | 0.51% | - |
| HSV(B) | 236.61º | 0.65% | 0.75% | - |
| XYZ | 14.41 | 10.07 | 51.05 | - |
| YUV | 86.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 192 | 0.65 | 0.61 | 0 | 0.25 | 236.61 | 0.5 | 0.51 |
| Hex | 44 | 4B | C0 | 41 | 3D | 0 | 19 | ED | 32 | 33 |
| Octal | 104 | 113 | 300 | 101 | 75 | 0 | 31 | 355 | 62 | 63 |
| Binary | 1000100 | 1001011 | 11000000 | 1000001 | 111101 | 0 | 11001 | 11101101 | 110010 | 110011 |
Color Harmonies of #444BC0
Complementary color
Monochromatic Colors of #444BC0
Black with #444BC0
Text Example
Text Example
White with #444BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BC0; }
p { color: rgb(68,75,192); }
H1.HeaderClassName
{
color: #444BC0;
}
.AnyTagClassName
{
color: #444BC0;
}
</style>
background-color css
<style>
a { background-color: #444BC0; }
a { background-color: rgb(68,75,192); }
div.DivClassName
{
background-color: #444BC0;
}
.BgClassName
{
background-color: #444BC0;
}
</style>
border-color css
<style>
span { border-color: #444BC0; }
span { border-color: rgb(68,75,192); }
td.TdClassName
{
border-color: #444BC0;
}
.TagClassName
{
border-color: #444BC0;
}
</style>