Shades of Free Speech Blue #444BC6
Tints of Free Speech Blue #444BC6
RGB
CMYK
RGB Variations
Color information
#444BC6 (or 0x444BC6) is known color: Free Speech Blue. HEX triplet: 44, 4B and C6. RGB value is (68,75,198). Sum of RGB (Red+Green+Blue) = 68+75+198=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #444BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BC6 is #BBB439. Grayscale: #565656. Windows color (decimal): -12301370 or 12995396. OLE color: 12995396.
HSL color Cylindrical-coordinate representation of color #444BC6: hue angle of 236.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444BC6 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 75 | 198 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.22 |
| HSL | 236.77º | 0.53% | 0.52% | - |
| HSV(B) | 236.77º | 0.66% | 0.78% | - |
| XYZ | 15.09 | 10.34 | 54.63 | - |
| YUV | 86.93 | 190.68 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 198 | 0.66 | 0.62 | 0 | 0.22 | 236.77 | 0.53 | 0.52 |
| Hex | 44 | 4B | C6 | 42 | 3E | 0 | 16 | ED | 35 | 34 |
| Octal | 104 | 113 | 306 | 102 | 76 | 0 | 26 | 355 | 65 | 64 |
| Binary | 1000100 | 1001011 | 11000110 | 1000010 | 111110 | 0 | 10110 | 11101101 | 110101 | 110100 |
Color Harmonies of #444BC6
Complementary color
Monochromatic Colors of #444BC6
Black with #444BC6
Text Example
Text Example
White with #444BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444BC6; }
p { color: rgb(68,75,198); }
H1.HeaderClassName
{
color: #444BC6;
}
.AnyTagClassName
{
color: #444BC6;
}
</style>
background-color css
<style>
a { background-color: #444BC6; }
a { background-color: rgb(68,75,198); }
div.DivClassName
{
background-color: #444BC6;
}
.BgClassName
{
background-color: #444BC6;
}
</style>
border-color css
<style>
span { border-color: #444BC6; }
span { border-color: rgb(68,75,198); }
td.TdClassName
{
border-color: #444BC6;
}
.TagClassName
{
border-color: #444BC6;
}
</style>