Shades of Free Speech Blue #444EC8
Tints of Free Speech Blue #444EC8
RGB
CMYK
RGB Variations
Color information
#444EC8 (or 0x444EC8) is known color: Free Speech Blue. HEX triplet: 44, 4E and C8. RGB value is (68,78,200). Sum of RGB (Red+Green+Blue) = 68+78+200=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #444EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EC8 is #BBB137. Grayscale: #585858. Windows color (decimal): -12300600 or 13127236. OLE color: 13127236.
HSL color Cylindrical-coordinate representation of color #444EC8: hue angle of 235.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #444EC8 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 78 | 200 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.22 |
| HSL | 235.45º | 0.55% | 0.53% | - |
| HSV(B) | 235.45º | 0.66% | 0.78% | - |
| XYZ | 15.53 | 10.85 | 55.92 | - |
| YUV | 88.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 200 | 0.66 | 0.61 | 0 | 0.22 | 235.45 | 0.55 | 0.53 |
| Hex | 44 | 4E | C8 | 42 | 3D | 0 | 16 | EB | 37 | 35 |
| Octal | 104 | 116 | 310 | 102 | 75 | 0 | 26 | 353 | 67 | 65 |
| Binary | 1000100 | 1001110 | 11001000 | 1000010 | 111101 | 0 | 10110 | 11101011 | 110111 | 110101 |
Color Harmonies of #444EC8
Complementary color
Monochromatic Colors of #444EC8
Black with #444EC8
Text Example
Text Example
White with #444EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EC8; }
p { color: rgb(68,78,200); }
H1.HeaderClassName
{
color: #444EC8;
}
.AnyTagClassName
{
color: #444EC8;
}
</style>
background-color css
<style>
a { background-color: #444EC8; }
a { background-color: rgb(68,78,200); }
div.DivClassName
{
background-color: #444EC8;
}
.BgClassName
{
background-color: #444EC8;
}
</style>
border-color css
<style>
span { border-color: #444EC8; }
span { border-color: rgb(68,78,200); }
td.TdClassName
{
border-color: #444EC8;
}
.TagClassName
{
border-color: #444EC8;
}
</style>