Shades of Free Speech Blue #4747BC
Tints of Free Speech Blue #4747BC
RGB
CMYK
RGB Variations
Color information
#4747BC (or 0x4747BC) is known color: Free Speech Blue. HEX triplet: 47, 47 and BC. RGB value is (71,71,188). Sum of RGB (Red+Green+Blue) = 71+71+188=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #4747BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4747BC is #B8B843. Grayscale: #535353. Windows color (decimal): -12105796 or 12339015. OLE color: 12339015.
HSL color Cylindrical-coordinate representation of color #4747BC: hue angle of 240º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4747BC is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 71 | 188 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.26 |
| HSL | 240º | 0.47% | 0.51% | - |
| HSV(B) | 240º | 0.62% | 0.74% | - |
| XYZ | 13.93 | 9.48 | 48.67 | - |
| YUV | 84.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 188 | 0.62 | 0.62 | 0 | 0.26 | 240 | 0.47 | 0.51 |
| Hex | 47 | 47 | BC | 3E | 3E | 0 | 1A | F0 | 2F | 33 |
| Octal | 107 | 107 | 274 | 76 | 76 | 0 | 32 | 360 | 57 | 63 |
| Binary | 1000111 | 1000111 | 10111100 | 111110 | 111110 | 0 | 11010 | 11110000 | 101111 | 110011 |
Color Harmonies of #4747BC
Complementary color
Monochromatic Colors of #4747BC
Black with #4747BC
Text Example
Text Example
White with #4747BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4747BC; }
p { color: rgb(71,71,188); }
H1.HeaderClassName
{
color: #4747BC;
}
.AnyTagClassName
{
color: #4747BC;
}
</style>
background-color css
<style>
a { background-color: #4747BC; }
a { background-color: rgb(71,71,188); }
div.DivClassName
{
background-color: #4747BC;
}
.BgClassName
{
background-color: #4747BC;
}
</style>
border-color css
<style>
span { border-color: #4747BC; }
span { border-color: rgb(71,71,188); }
td.TdClassName
{
border-color: #4747BC;
}
.TagClassName
{
border-color: #4747BC;
}
</style>