Shades of Free Speech Blue #4044BF
Tints of Free Speech Blue #4044BF
RGB
CMYK
RGB Variations
Color information
#4044BF (or 0x4044BF) is known color: Free Speech Blue. HEX triplet: 40, 44 and BF. RGB value is (64,68,191). Sum of RGB (Red+Green+Blue) = 64+68+191=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #4044BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4044BF is #BFBB40. Grayscale: #505050. Windows color (decimal): -12565313 or 12534848. OLE color: 12534848.
HSL color Cylindrical-coordinate representation of color #4044BF: hue angle of 238.11º 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 #4044BF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 68 | 191 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.25 |
| HSL | 238.11º | 0.5% | 0.5% | - |
| HSV(B) | 238.11º | 0.66% | 0.75% | - |
| XYZ | 13.59 | 8.99 | 50.31 | - |
| YUV | 80.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 191 | 0.66 | 0.64 | 0 | 0.25 | 238.11 | 0.5 | 0.5 |
| Hex | 40 | 44 | BF | 42 | 40 | 0 | 19 | EE | 32 | 32 |
| Octal | 100 | 104 | 277 | 102 | 100 | 0 | 31 | 356 | 62 | 62 |
| Binary | 1000000 | 1000100 | 10111111 | 1000010 | 1000000 | 0 | 11001 | 11101110 | 110010 | 110010 |
Color Harmonies of #4044BF
Complementary color
Monochromatic Colors of #4044BF
Black with #4044BF
Text Example
Text Example
White with #4044BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044BF; }
p { color: rgb(64,68,191); }
H1.HeaderClassName
{
color: #4044BF;
}
.AnyTagClassName
{
color: #4044BF;
}
</style>
background-color css
<style>
a { background-color: #4044BF; }
a { background-color: rgb(64,68,191); }
div.DivClassName
{
background-color: #4044BF;
}
.BgClassName
{
background-color: #4044BF;
}
</style>
border-color css
<style>
span { border-color: #4044BF; }
span { border-color: rgb(64,68,191); }
td.TdClassName
{
border-color: #4044BF;
}
.TagClassName
{
border-color: #4044BF;
}
</style>