Shades of Free Speech Blue #444DDC
Tints of Free Speech Blue #444DDC
RGB
CMYK
RGB Variations
Color information
#444DDC (or 0x444DDC) is known color: Free Speech Blue. HEX triplet: 44, 4D and DC. RGB value is (68,77,220). Sum of RGB (Red+Green+Blue) = 68+77+220=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #444DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DDC is #BBB223. Grayscale: #5A5A5A. Windows color (decimal): -12300836 or 14437700. OLE color: 14437700.
HSL color Cylindrical-coordinate representation of color #444DDC: hue angle of 236.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444DDC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 77 | 220 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.14 |
| HSL | 236.45º | 0.68% | 0.56% | - |
| HSV(B) | 236.45º | 0.69% | 0.86% | - |
| XYZ | 17.96 | 11.7 | 69.02 | - |
| YUV | 90.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 220 | 0.69 | 0.65 | 0 | 0.14 | 236.45 | 0.68 | 0.56 |
| Hex | 44 | 4D | DC | 45 | 41 | 0 | E | EC | 44 | 38 |
| Octal | 104 | 115 | 334 | 105 | 101 | 0 | 16 | 354 | 104 | 70 |
| Binary | 1000100 | 1001101 | 11011100 | 1000101 | 1000001 | 0 | 1110 | 11101100 | 1000100 | 111000 |
Color Harmonies of #444DDC
Complementary color
Monochromatic Colors of #444DDC
Black with #444DDC
Text Example
Text Example
White with #444DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DDC; }
p { color: rgb(68,77,220); }
H1.HeaderClassName
{
color: #444DDC;
}
.AnyTagClassName
{
color: #444DDC;
}
</style>
background-color css
<style>
a { background-color: #444DDC; }
a { background-color: rgb(68,77,220); }
div.DivClassName
{
background-color: #444DDC;
}
.BgClassName
{
background-color: #444DDC;
}
</style>
border-color css
<style>
span { border-color: #444DDC; }
span { border-color: rgb(68,77,220); }
td.TdClassName
{
border-color: #444DDC;
}
.TagClassName
{
border-color: #444DDC;
}
</style>