Shades of Free Speech Blue #444CDC
Tints of Free Speech Blue #444CDC
RGB
CMYK
RGB Variations
Color information
#444CDC (or 0x444CDC) is known color: Free Speech Blue. HEX triplet: 44, 4C and DC. RGB value is (68,76,220). Sum of RGB (Red+Green+Blue) = 68+76+220=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #444CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDC is #BBB323. Grayscale: #595959. Windows color (decimal): -12301092 or 14437444. OLE color: 14437444.
HSL color Cylindrical-coordinate representation of color #444CDC: hue angle of 236.84º 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 #444CDC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 76 | 220 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.14 |
| HSL | 236.84º | 0.68% | 0.56% | - |
| HSV(B) | 236.84º | 0.69% | 0.86% | - |
| XYZ | 17.89 | 11.57 | 69 | - |
| YUV | 90.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 220 | 0.69 | 0.65 | 0 | 0.14 | 236.84 | 0.68 | 0.56 |
| Hex | 44 | 4C | DC | 45 | 41 | 0 | E | ED | 44 | 38 |
| Octal | 104 | 114 | 334 | 105 | 101 | 0 | 16 | 355 | 104 | 70 |
| Binary | 1000100 | 1001100 | 11011100 | 1000101 | 1000001 | 0 | 1110 | 11101101 | 1000100 | 111000 |
Color Harmonies of #444CDC
Complementary color
Monochromatic Colors of #444CDC
Black with #444CDC
Text Example
Text Example
White with #444CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CDC; }
p { color: rgb(68,76,220); }
H1.HeaderClassName
{
color: #444CDC;
}
.AnyTagClassName
{
color: #444CDC;
}
</style>
background-color css
<style>
a { background-color: #444CDC; }
a { background-color: rgb(68,76,220); }
div.DivClassName
{
background-color: #444CDC;
}
.BgClassName
{
background-color: #444CDC;
}
</style>
border-color css
<style>
span { border-color: #444CDC; }
span { border-color: rgb(68,76,220); }
td.TdClassName
{
border-color: #444CDC;
}
.TagClassName
{
border-color: #444CDC;
}
</style>