Shades of Free Speech Blue #4441CF
Tints of Free Speech Blue #4441CF
RGB
CMYK
RGB Variations
Color information
#4441CF (or 0x4441CF) is known color: Free Speech Blue. HEX triplet: 44, 41 and CF. RGB value is (68,65,207). Sum of RGB (Red+Green+Blue) = 68+65+207=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #4441CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441CF is #BBBE30. Grayscale: #515151. Windows color (decimal): -12303921 or 13582660. OLE color: 13582660.
HSL color Cylindrical-coordinate representation of color #4441CF: hue angle of 241.27º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4441CF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 65 | 207 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.19 |
| HSL | 241.27º | 0.6% | 0.53% | - |
| HSV(B) | 241.27º | 0.69% | 0.81% | - |
| XYZ | 15.54 | 9.51 | 60.05 | - |
| YUV | 82.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 207 | 0.67 | 0.69 | 0 | 0.19 | 241.27 | 0.6 | 0.53 |
| Hex | 44 | 41 | CF | 43 | 45 | 0 | 13 | F1 | 3C | 35 |
| Octal | 104 | 101 | 317 | 103 | 105 | 0 | 23 | 361 | 74 | 65 |
| Binary | 1000100 | 1000001 | 11001111 | 1000011 | 1000101 | 0 | 10011 | 11110001 | 111100 | 110101 |
Color Harmonies of #4441CF
Complementary color
Monochromatic Colors of #4441CF
Black with #4441CF
Text Example
Text Example
White with #4441CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441CF; }
p { color: rgb(68,65,207); }
H1.HeaderClassName
{
color: #4441CF;
}
.AnyTagClassName
{
color: #4441CF;
}
</style>
background-color css
<style>
a { background-color: #4441CF; }
a { background-color: rgb(68,65,207); }
div.DivClassName
{
background-color: #4441CF;
}
.BgClassName
{
background-color: #4441CF;
}
</style>
border-color css
<style>
span { border-color: #4441CF; }
span { border-color: rgb(68,65,207); }
td.TdClassName
{
border-color: #4441CF;
}
.TagClassName
{
border-color: #4441CF;
}
</style>