Shades of Free Speech Blue #444FCD
Tints of Free Speech Blue #444FCD
RGB
CMYK
RGB Variations
Color information
#444FCD (or 0x444FCD) is known color: Free Speech Blue. HEX triplet: 44, 4F and CD. RGB value is (68,79,205). Sum of RGB (Red+Green+Blue) = 68+79+205=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #444FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCD is #BBB032. Grayscale: #595959. Windows color (decimal): -12300339 or 13455172. OLE color: 13455172.
HSL color Cylindrical-coordinate representation of color #444FCD: hue angle of 235.18º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FCD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 79 | 205 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.20 |
| HSL | 235.18º | 0.58% | 0.54% | - |
| HSV(B) | 235.18º | 0.67% | 0.8% | - |
| XYZ | 16.2 | 11.23 | 59.07 | - |
| YUV | 90.08 | 192.86 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 205 | 0.67 | 0.61 | 0 | 0.20 | 235.18 | 0.58 | 0.54 |
| Hex | 44 | 4F | CD | 43 | 3D | 0 | 14 | EB | 3A | 36 |
| Octal | 104 | 117 | 315 | 103 | 75 | 0 | 24 | 353 | 72 | 66 |
| Binary | 1000100 | 1001111 | 11001101 | 1000011 | 111101 | 0 | 10100 | 11101011 | 111010 | 110110 |
Color Harmonies of #444FCD
Complementary color
Monochromatic Colors of #444FCD
Black with #444FCD
Text Example
Text Example
White with #444FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444FCD; }
p { color: rgb(68,79,205); }
H1.HeaderClassName
{
color: #444FCD;
}
.AnyTagClassName
{
color: #444FCD;
}
</style>
background-color css
<style>
a { background-color: #444FCD; }
a { background-color: rgb(68,79,205); }
div.DivClassName
{
background-color: #444FCD;
}
.BgClassName
{
background-color: #444FCD;
}
</style>
border-color css
<style>
span { border-color: #444FCD; }
span { border-color: rgb(68,79,205); }
td.TdClassName
{
border-color: #444FCD;
}
.TagClassName
{
border-color: #444FCD;
}
</style>