Shades of Free Speech Blue #4439C0
Tints of Free Speech Blue #4439C0
RGB
CMYK
RGB Variations
Color information
#4439C0 (or 0x4439C0) is known color: Free Speech Blue. HEX triplet: 44, 39 and C0. RGB value is (68,57,192). Sum of RGB (Red+Green+Blue) = 68+57+192=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #4439C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4439C0 is #BBC63F. Grayscale: #4B4B4B. Windows color (decimal): -12305984 or 12597572. OLE color: 12597572.
HSL color Cylindrical-coordinate representation of color #4439C0: hue angle of 244.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4439C0 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 57 | 192 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.25 |
| HSL | 244.89º | 0.54% | 0.49% | - |
| HSV(B) | 244.89º | 0.7% | 0.75% | - |
| XYZ | 13.36 | 7.96 | 50.7 | - |
| YUV | 75.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 192 | 0.65 | 0.70 | 0 | 0.25 | 244.89 | 0.54 | 0.49 |
| Hex | 44 | 39 | C0 | 41 | 46 | 0 | 19 | F5 | 36 | 31 |
| Octal | 104 | 71 | 300 | 101 | 106 | 0 | 31 | 365 | 66 | 61 |
| Binary | 1000100 | 111001 | 11000000 | 1000001 | 1000110 | 0 | 11001 | 11110101 | 110110 | 110001 |
Color Harmonies of #4439C0
Complementary color
Monochromatic Colors of #4439C0
Black with #4439C0
Text Example
Text Example
White with #4439C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4439C0; }
p { color: rgb(68,57,192); }
H1.HeaderClassName
{
color: #4439C0;
}
.AnyTagClassName
{
color: #4439C0;
}
</style>
background-color css
<style>
a { background-color: #4439C0; }
a { background-color: rgb(68,57,192); }
div.DivClassName
{
background-color: #4439C0;
}
.BgClassName
{
background-color: #4439C0;
}
</style>
border-color css
<style>
span { border-color: #4439C0; }
span { border-color: rgb(68,57,192); }
td.TdClassName
{
border-color: #4439C0;
}
.TagClassName
{
border-color: #4439C0;
}
</style>