Shades of Free Speech Blue #4046BF
Tints of Free Speech Blue #4046BF
RGB
CMYK
RGB Variations
Color information
#4046BF (or 0x4046BF) is known color: Free Speech Blue. HEX triplet: 40, 46 and BF. RGB value is (64,70,191). Sum of RGB (Red+Green+Blue) = 64+70+191=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #4046BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046BF is #BFB940. Grayscale: #515151. Windows color (decimal): -12564801 or 12535360. OLE color: 12535360.
HSL color Cylindrical-coordinate representation of color #4046BF: hue angle of 237.17º 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 #4046BF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 70 | 191 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.25 |
| HSL | 237.17º | 0.5% | 0.5% | - |
| HSV(B) | 237.17º | 0.66% | 0.75% | - |
| XYZ | 13.71 | 9.23 | 50.35 | - |
| YUV | 82 | 189.51 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 191 | 0.66 | 0.63 | 0 | 0.25 | 237.17 | 0.5 | 0.5 |
| Hex | 40 | 46 | BF | 42 | 3F | 0 | 19 | ED | 32 | 32 |
| Octal | 100 | 106 | 277 | 102 | 77 | 0 | 31 | 355 | 62 | 62 |
| Binary | 1000000 | 1000110 | 10111111 | 1000010 | 111111 | 0 | 11001 | 11101101 | 110010 | 110010 |
Color Harmonies of #4046BF
Complementary color
Monochromatic Colors of #4046BF
Black with #4046BF
Text Example
Text Example
White with #4046BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046BF; }
p { color: rgb(64,70,191); }
H1.HeaderClassName
{
color: #4046BF;
}
.AnyTagClassName
{
color: #4046BF;
}
</style>
background-color css
<style>
a { background-color: #4046BF; }
a { background-color: rgb(64,70,191); }
div.DivClassName
{
background-color: #4046BF;
}
.BgClassName
{
background-color: #4046BF;
}
</style>
border-color css
<style>
span { border-color: #4046BF; }
span { border-color: rgb(64,70,191); }
td.TdClassName
{
border-color: #4046BF;
}
.TagClassName
{
border-color: #4046BF;
}
</style>