Shades of Free Speech Blue #444EDA
Tints of Free Speech Blue #444EDA
RGB
CMYK
RGB Variations
Color information
#444EDA (or 0x444EDA) is known color: Free Speech Blue. HEX triplet: 44, 4E and DA. RGB value is (68,78,218). Sum of RGB (Red+Green+Blue) = 68+78+218=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #444EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EDA is #BBB125. Grayscale: #5A5A5A. Windows color (decimal): -12300582 or 14306884. OLE color: 14306884.
HSL color Cylindrical-coordinate representation of color #444EDA: hue angle of 236º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444EDA is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 78 | 218 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.15 |
| HSL | 236º | 0.67% | 0.56% | - |
| HSV(B) | 236º | 0.69% | 0.85% | - |
| XYZ | 17.76 | 11.74 | 67.66 | - |
| YUV | 90.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 218 | 0.69 | 0.64 | 0 | 0.15 | 236 | 0.67 | 0.56 |
| Hex | 44 | 4E | DA | 45 | 40 | 0 | F | EC | 43 | 38 |
| Octal | 104 | 116 | 332 | 105 | 100 | 0 | 17 | 354 | 103 | 70 |
| Binary | 1000100 | 1001110 | 11011010 | 1000101 | 1000000 | 0 | 1111 | 11101100 | 1000011 | 111000 |
Color Harmonies of #444EDA
Complementary color
Monochromatic Colors of #444EDA
Black with #444EDA
Text Example
Text Example
White with #444EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444EDA; }
p { color: rgb(68,78,218); }
H1.HeaderClassName
{
color: #444EDA;
}
.AnyTagClassName
{
color: #444EDA;
}
</style>
background-color css
<style>
a { background-color: #444EDA; }
a { background-color: rgb(68,78,218); }
div.DivClassName
{
background-color: #444EDA;
}
.BgClassName
{
background-color: #444EDA;
}
</style>
border-color css
<style>
span { border-color: #444EDA; }
span { border-color: rgb(68,78,218); }
td.TdClassName
{
border-color: #444EDA;
}
.TagClassName
{
border-color: #444EDA;
}
</style>