Shades of Free Speech Blue #4441B9
Tints of Free Speech Blue #4441B9
RGB
CMYK
RGB Variations
Color information
#4441B9 (or 0x4441B9) is known color: Free Speech Blue. HEX triplet: 44, 41 and B9. RGB value is (68,65,185). Sum of RGB (Red+Green+Blue) = 68+65+185=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #4441B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4441B9 is #BBBE46. Grayscale: #4F4F4F. Windows color (decimal): -12303943 or 12140868. OLE color: 12140868.
HSL color Cylindrical-coordinate representation of color #4441B9: hue angle of 241.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4441B9 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 65 | 185 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.27 |
| HSL | 241.5º | 0.48% | 0.49% | - |
| HSV(B) | 241.5º | 0.65% | 0.73% | - |
| XYZ | 13.03 | 8.51 | 46.86 | - |
| YUV | 79.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 185 | 0.63 | 0.65 | 0 | 0.27 | 241.5 | 0.48 | 0.49 |
| Hex | 44 | 41 | B9 | 3F | 41 | 0 | 1B | F2 | 30 | 31 |
| Octal | 104 | 101 | 271 | 77 | 101 | 0 | 33 | 362 | 60 | 61 |
| Binary | 1000100 | 1000001 | 10111001 | 111111 | 1000001 | 0 | 11011 | 11110010 | 110000 | 110001 |
Color Harmonies of #4441B9
Complementary color
Monochromatic Colors of #4441B9
Black with #4441B9
Text Example
Text Example
White with #4441B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441B9; }
p { color: rgb(68,65,185); }
H1.HeaderClassName
{
color: #4441B9;
}
.AnyTagClassName
{
color: #4441B9;
}
</style>
background-color css
<style>
a { background-color: #4441B9; }
a { background-color: rgb(68,65,185); }
div.DivClassName
{
background-color: #4441B9;
}
.BgClassName
{
background-color: #4441B9;
}
</style>
border-color css
<style>
span { border-color: #4441B9; }
span { border-color: rgb(68,65,185); }
td.TdClassName
{
border-color: #4441B9;
}
.TagClassName
{
border-color: #4441B9;
}
</style>