Shades of Free Speech Blue #4049BE
Tints of Free Speech Blue #4049BE
RGB
CMYK
RGB Variations
Color information
#4049BE (or 0x4049BE) is known color: Free Speech Blue. HEX triplet: 40, 49 and BE. RGB value is (64,73,190). Sum of RGB (Red+Green+Blue) = 64+73+190=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4049BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049BE is #BFB641. Grayscale: #535353. Windows color (decimal): -12564034 or 12470592. OLE color: 12470592.
HSL color Cylindrical-coordinate representation of color #4049BE: hue angle of 235.71º 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 #4049BE is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 73 | 190 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.25 |
| HSL | 235.71º | 0.5% | 0.5% | - |
| HSV(B) | 235.71º | 0.66% | 0.75% | - |
| XYZ | 13.79 | 9.57 | 49.84 | - |
| YUV | 83.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 190 | 0.66 | 0.62 | 0 | 0.25 | 235.71 | 0.5 | 0.5 |
| Hex | 40 | 49 | BE | 42 | 3E | 0 | 19 | EC | 32 | 32 |
| Octal | 100 | 111 | 276 | 102 | 76 | 0 | 31 | 354 | 62 | 62 |
| Binary | 1000000 | 1001001 | 10111110 | 1000010 | 111110 | 0 | 11001 | 11101100 | 110010 | 110010 |
Color Harmonies of #4049BE
Complementary color
Monochromatic Colors of #4049BE
Black with #4049BE
Text Example
Text Example
White with #4049BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049BE; }
p { color: rgb(64,73,190); }
H1.HeaderClassName
{
color: #4049BE;
}
.AnyTagClassName
{
color: #4049BE;
}
</style>
background-color css
<style>
a { background-color: #4049BE; }
a { background-color: rgb(64,73,190); }
div.DivClassName
{
background-color: #4049BE;
}
.BgClassName
{
background-color: #4049BE;
}
</style>
border-color css
<style>
span { border-color: #4049BE; }
span { border-color: rgb(64,73,190); }
td.TdClassName
{
border-color: #4049BE;
}
.TagClassName
{
border-color: #4049BE;
}
</style>