Shades of Free Speech Blue #4047BE
Tints of Free Speech Blue #4047BE
RGB
CMYK
RGB Variations
Color information
#4047BE (or 0x4047BE) is known color: Free Speech Blue. HEX triplet: 40, 47 and BE. RGB value is (64,71,190). Sum of RGB (Red+Green+Blue) = 64+71+190=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #4047BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047BE is #BFB841. Grayscale: #515151. Windows color (decimal): -12564546 or 12470080. OLE color: 12470080.
HSL color Cylindrical-coordinate representation of color #4047BE: hue angle of 236.67º 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 #4047BE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 71 | 190 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.25 |
| HSL | 236.67º | 0.5% | 0.5% | - |
| HSV(B) | 236.67º | 0.66% | 0.75% | - |
| XYZ | 13.66 | 9.31 | 49.79 | - |
| YUV | 82.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 190 | 0.66 | 0.63 | 0 | 0.25 | 236.67 | 0.5 | 0.5 |
| Hex | 40 | 47 | BE | 42 | 3F | 0 | 19 | ED | 32 | 32 |
| Octal | 100 | 107 | 276 | 102 | 77 | 0 | 31 | 355 | 62 | 62 |
| Binary | 1000000 | 1000111 | 10111110 | 1000010 | 111111 | 0 | 11001 | 11101101 | 110010 | 110010 |
Color Harmonies of #4047BE
Complementary color
Monochromatic Colors of #4047BE
Black with #4047BE
Text Example
Text Example
White with #4047BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4047BE; }
p { color: rgb(64,71,190); }
H1.HeaderClassName
{
color: #4047BE;
}
.AnyTagClassName
{
color: #4047BE;
}
</style>
background-color css
<style>
a { background-color: #4047BE; }
a { background-color: rgb(64,71,190); }
div.DivClassName
{
background-color: #4047BE;
}
.BgClassName
{
background-color: #4047BE;
}
</style>
border-color css
<style>
span { border-color: #4047BE; }
span { border-color: rgb(64,71,190); }
td.TdClassName
{
border-color: #4047BE;
}
.TagClassName
{
border-color: #4047BE;
}
</style>