Shades of Free Speech Blue #4449B7
Tints of Free Speech Blue #4449B7
RGB
CMYK
RGB Variations
Color information
#4449B7 (or 0x4449B7) is known color: Free Speech Blue. HEX triplet: 44, 49 and B7. RGB value is (68,73,183). Sum of RGB (Red+Green+Blue) = 68+73+183=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #4449B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4449B7 is #BBB648. Grayscale: #535353. Windows color (decimal): -12301897 or 12011844. OLE color: 12011844.
HSL color Cylindrical-coordinate representation of color #4449B7: hue angle of 237.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4449B7 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 73 | 183 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.28 |
| HSL | 237.39º | 0.46% | 0.49% | - |
| HSV(B) | 237.39º | 0.63% | 0.72% | - |
| XYZ | 13.31 | 9.41 | 45.91 | - |
| YUV | 84.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 183 | 0.63 | 0.60 | 0 | 0.28 | 237.39 | 0.46 | 0.49 |
| Hex | 44 | 49 | B7 | 3F | 3C | 0 | 1C | ED | 2E | 31 |
| Octal | 104 | 111 | 267 | 77 | 74 | 0 | 34 | 355 | 56 | 61 |
| Binary | 1000100 | 1001001 | 10110111 | 111111 | 111100 | 0 | 11100 | 11101101 | 101110 | 110001 |
Color Harmonies of #4449B7
Complementary color
Monochromatic Colors of #4449B7
Black with #4449B7
Text Example
Text Example
White with #4449B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4449B7; }
p { color: rgb(68,73,183); }
H1.HeaderClassName
{
color: #4449B7;
}
.AnyTagClassName
{
color: #4449B7;
}
</style>
background-color css
<style>
a { background-color: #4449B7; }
a { background-color: rgb(68,73,183); }
div.DivClassName
{
background-color: #4449B7;
}
.BgClassName
{
background-color: #4449B7;
}
</style>
border-color css
<style>
span { border-color: #4449B7; }
span { border-color: rgb(68,73,183); }
td.TdClassName
{
border-color: #4449B7;
}
.TagClassName
{
border-color: #4449B7;
}
</style>