Shades of Free Speech Blue #444EDE
Tints of Free Speech Blue #444EDE
RGB
CMYK
RGB Variations
Color information
#444EDE (or 0x444EDE) is known color: Free Speech Blue. HEX triplet: 44, 4E and DE. RGB value is (68,78,222). Sum of RGB (Red+Green+Blue) = 68+78+222=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #444EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EDE is #BBB121. Grayscale: #5A5A5A. Windows color (decimal): -12300578 or 14569028. OLE color: 14569028.
HSL color Cylindrical-coordinate representation of color #444EDE: hue angle of 236.1º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444EDE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 78 | 222 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.13 |
| HSL | 236.1º | 0.7% | 0.57% | - |
| HSV(B) | 236.1º | 0.69% | 0.87% | - |
| XYZ | 18.29 | 11.95 | 70.45 | - |
| YUV | 91.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 222 | 0.69 | 0.65 | 0 | 0.13 | 236.1 | 0.7 | 0.57 |
| Hex | 44 | 4E | DE | 45 | 41 | 0 | D | EC | 46 | 39 |
| Octal | 104 | 116 | 336 | 105 | 101 | 0 | 15 | 354 | 106 | 71 |
| Binary | 1000100 | 1001110 | 11011110 | 1000101 | 1000001 | 0 | 1101 | 11101100 | 1000110 | 111001 |
Color Harmonies of #444EDE
Complementary color
Monochromatic Colors of #444EDE
Black with #444EDE
Text Example
Text Example
White with #444EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EDE; }
p { color: rgb(68,78,222); }
H1.HeaderClassName
{
color: #444EDE;
}
.AnyTagClassName
{
color: #444EDE;
}
</style>
background-color css
<style>
a { background-color: #444EDE; }
a { background-color: rgb(68,78,222); }
div.DivClassName
{
background-color: #444EDE;
}
.BgClassName
{
background-color: #444EDE;
}
</style>
border-color css
<style>
span { border-color: #444EDE; }
span { border-color: rgb(68,78,222); }
td.TdClassName
{
border-color: #444EDE;
}
.TagClassName
{
border-color: #444EDE;
}
</style>