Shades of Free Speech Blue #4047BA
Tints of Free Speech Blue #4047BA
RGB
CMYK
RGB Variations
Color information
#4047BA (or 0x4047BA) is known color: Free Speech Blue. HEX triplet: 40, 47 and BA. RGB value is (64,71,186). Sum of RGB (Red+Green+Blue) = 64+71+186=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #4047BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4047BA is #BFB845. Grayscale: #515151. Windows color (decimal): -12564550 or 12207936. OLE color: 12207936.
HSL color Cylindrical-coordinate representation of color #4047BA: hue angle of 236.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4047BA is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 71 | 186 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.27 |
| HSL | 236.56º | 0.49% | 0.49% | - |
| HSV(B) | 236.56º | 0.66% | 0.73% | - |
| XYZ | 13.23 | 9.14 | 47.52 | - |
| YUV | 82.02 | 186.68 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 186 | 0.66 | 0.62 | 0 | 0.27 | 236.56 | 0.49 | 0.49 |
| Hex | 40 | 47 | BA | 42 | 3E | 0 | 1B | ED | 31 | 31 |
| Octal | 100 | 107 | 272 | 102 | 76 | 0 | 33 | 355 | 61 | 61 |
| Binary | 1000000 | 1000111 | 10111010 | 1000010 | 111110 | 0 | 11011 | 11101101 | 110001 | 110001 |
Color Harmonies of #4047BA
Complementary color
Monochromatic Colors of #4047BA
Black with #4047BA
Text Example
Text Example
White with #4047BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4047BA; }
p { color: rgb(64,71,186); }
H1.HeaderClassName
{
color: #4047BA;
}
.AnyTagClassName
{
color: #4047BA;
}
</style>
background-color css
<style>
a { background-color: #4047BA; }
a { background-color: rgb(64,71,186); }
div.DivClassName
{
background-color: #4047BA;
}
.BgClassName
{
background-color: #4047BA;
}
</style>
border-color css
<style>
span { border-color: #4047BA; }
span { border-color: rgb(64,71,186); }
td.TdClassName
{
border-color: #4047BA;
}
.TagClassName
{
border-color: #4047BA;
}
</style>