Shades of Free Speech Blue #4049BF
Tints of Free Speech Blue #4049BF
RGB
CMYK
RGB Variations
Color information
#4049BF (or 0x4049BF) is known color: Free Speech Blue. HEX triplet: 40, 49 and BF. RGB value is (64,73,191). Sum of RGB (Red+Green+Blue) = 64+73+191=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #4049BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049BF is #BFB640. Grayscale: #535353. Windows color (decimal): -12564033 or 12536128. OLE color: 12536128.
HSL color Cylindrical-coordinate representation of color #4049BF: hue angle of 235.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4049BF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 73 | 191 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.25 |
| HSL | 235.75º | 0.5% | 0.5% | - |
| HSV(B) | 235.75º | 0.66% | 0.75% | - |
| XYZ | 13.9 | 9.62 | 50.41 | - |
| YUV | 83.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 191 | 0.66 | 0.62 | 0 | 0.25 | 235.75 | 0.5 | 0.5 |
| Hex | 40 | 49 | BF | 42 | 3E | 0 | 19 | EC | 32 | 32 |
| Octal | 100 | 111 | 277 | 102 | 76 | 0 | 31 | 354 | 62 | 62 |
| Binary | 1000000 | 1001001 | 10111111 | 1000010 | 111110 | 0 | 11001 | 11101100 | 110010 | 110010 |
Color Harmonies of #4049BF
Complementary color
Monochromatic Colors of #4049BF
Black with #4049BF
Text Example
Text Example
White with #4049BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049BF; }
p { color: rgb(64,73,191); }
H1.HeaderClassName
{
color: #4049BF;
}
.AnyTagClassName
{
color: #4049BF;
}
</style>
background-color css
<style>
a { background-color: #4049BF; }
a { background-color: rgb(64,73,191); }
div.DivClassName
{
background-color: #4049BF;
}
.BgClassName
{
background-color: #4049BF;
}
</style>
border-color css
<style>
span { border-color: #4049BF; }
span { border-color: rgb(64,73,191); }
td.TdClassName
{
border-color: #4049BF;
}
.TagClassName
{
border-color: #4049BF;
}
</style>