Shades of Free Speech Blue #444AC0
Tints of Free Speech Blue #444AC0
RGB
CMYK
RGB Variations
Color information
#444AC0 (or 0x444AC0) is known color: Free Speech Blue. HEX triplet: 44, 4A and C0. RGB value is (68,74,192). Sum of RGB (Red+Green+Blue) = 68+74+192=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #444AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AC0 is #BBB53F. Grayscale: #555555. Windows color (decimal): -12301632 or 12601924. OLE color: 12601924.
HSL color Cylindrical-coordinate representation of color #444AC0: hue angle of 237.1º 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 #444AC0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 74 | 192 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.25 |
| HSL | 237.1º | 0.5% | 0.51% | - |
| HSV(B) | 237.1º | 0.65% | 0.75% | - |
| XYZ | 14.35 | 9.93 | 51.03 | - |
| YUV | 85.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 192 | 0.65 | 0.61 | 0 | 0.25 | 237.1 | 0.5 | 0.51 |
| Hex | 44 | 4A | C0 | 41 | 3D | 0 | 19 | ED | 32 | 33 |
| Octal | 104 | 112 | 300 | 101 | 75 | 0 | 31 | 355 | 62 | 63 |
| Binary | 1000100 | 1001010 | 11000000 | 1000001 | 111101 | 0 | 11001 | 11101101 | 110010 | 110011 |
Color Harmonies of #444AC0
Complementary color
Monochromatic Colors of #444AC0
Black with #444AC0
Text Example
Text Example
White with #444AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444AC0; }
p { color: rgb(68,74,192); }
H1.HeaderClassName
{
color: #444AC0;
}
.AnyTagClassName
{
color: #444AC0;
}
</style>
background-color css
<style>
a { background-color: #444AC0; }
a { background-color: rgb(68,74,192); }
div.DivClassName
{
background-color: #444AC0;
}
.BgClassName
{
background-color: #444AC0;
}
</style>
border-color css
<style>
span { border-color: #444AC0; }
span { border-color: rgb(68,74,192); }
td.TdClassName
{
border-color: #444AC0;
}
.TagClassName
{
border-color: #444AC0;
}
</style>