Shades of Free Speech Blue #4449CD
Tints of Free Speech Blue #4449CD
RGB
CMYK
RGB Variations
Color information
#4449CD (or 0x4449CD) is known color: Free Speech Blue. HEX triplet: 44, 49 and CD. RGB value is (68,73,205). Sum of RGB (Red+Green+Blue) = 68+73+205=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #4449CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449CD is #BBB632. Grayscale: #565656. Windows color (decimal): -12301875 or 13453636. OLE color: 13453636.
HSL color Cylindrical-coordinate representation of color #4449CD: hue angle of 237.81º 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 #4449CD is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 73 | 205 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.20 |
| HSL | 237.81º | 0.58% | 0.54% | - |
| HSV(B) | 237.81º | 0.67% | 0.8% | - |
| XYZ | 15.79 | 10.4 | 58.93 | - |
| YUV | 86.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 205 | 0.67 | 0.64 | 0 | 0.20 | 237.81 | 0.58 | 0.54 |
| Hex | 44 | 49 | CD | 43 | 40 | 0 | 14 | EE | 3A | 36 |
| Octal | 104 | 111 | 315 | 103 | 100 | 0 | 24 | 356 | 72 | 66 |
| Binary | 1000100 | 1001001 | 11001101 | 1000011 | 1000000 | 0 | 10100 | 11101110 | 111010 | 110110 |
Color Harmonies of #4449CD
Complementary color
Monochromatic Colors of #4449CD
Black with #4449CD
Text Example
Text Example
White with #4449CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449CD; }
p { color: rgb(68,73,205); }
H1.HeaderClassName
{
color: #4449CD;
}
.AnyTagClassName
{
color: #4449CD;
}
</style>
background-color css
<style>
a { background-color: #4449CD; }
a { background-color: rgb(68,73,205); }
div.DivClassName
{
background-color: #4449CD;
}
.BgClassName
{
background-color: #4449CD;
}
</style>
border-color css
<style>
span { border-color: #4449CD; }
span { border-color: rgb(68,73,205); }
td.TdClassName
{
border-color: #4449CD;
}
.TagClassName
{
border-color: #4449CD;
}
</style>