Shades of Free Speech Blue #4046BE
Tints of Free Speech Blue #4046BE
RGB
CMYK
RGB Variations
Color information
#4046BE (or 0x4046BE) is known color: Free Speech Blue. HEX triplet: 40, 46 and BE. RGB value is (64,70,190). Sum of RGB (Red+Green+Blue) = 64+70+190=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #4046BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4046BE is #BFB941. Grayscale: #515151. Windows color (decimal): -12564802 or 12469824. OLE color: 12469824.
HSL color Cylindrical-coordinate representation of color #4046BE: hue angle of 237.14º 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 #4046BE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 70 | 190 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.25 |
| HSL | 237.14º | 0.5% | 0.5% | - |
| HSV(B) | 237.14º | 0.66% | 0.75% | - |
| XYZ | 13.6 | 9.19 | 49.77 | - |
| YUV | 81.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 190 | 0.66 | 0.63 | 0 | 0.25 | 237.14 | 0.5 | 0.5 |
| Hex | 40 | 46 | BE | 42 | 3F | 0 | 19 | ED | 32 | 32 |
| Octal | 100 | 106 | 276 | 102 | 77 | 0 | 31 | 355 | 62 | 62 |
| Binary | 1000000 | 1000110 | 10111110 | 1000010 | 111111 | 0 | 11001 | 11101101 | 110010 | 110010 |
Color Harmonies of #4046BE
Complementary color
Monochromatic Colors of #4046BE
Black with #4046BE
Text Example
Text Example
White with #4046BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046BE; }
p { color: rgb(64,70,190); }
H1.HeaderClassName
{
color: #4046BE;
}
.AnyTagClassName
{
color: #4046BE;
}
</style>
background-color css
<style>
a { background-color: #4046BE; }
a { background-color: rgb(64,70,190); }
div.DivClassName
{
background-color: #4046BE;
}
.BgClassName
{
background-color: #4046BE;
}
</style>
border-color css
<style>
span { border-color: #4046BE; }
span { border-color: rgb(64,70,190); }
td.TdClassName
{
border-color: #4046BE;
}
.TagClassName
{
border-color: #4046BE;
}
</style>