Shades of Free Speech Blue #4747BB
Tints of Free Speech Blue #4747BB
RGB
CMYK
RGB Variations
Color information
#4747BB (or 0x4747BB) is known color: Free Speech Blue. HEX triplet: 47, 47 and BB. RGB value is (71,71,187). Sum of RGB (Red+Green+Blue) = 71+71+187=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #4747BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4747BB is #B8B844. Grayscale: #535353. Windows color (decimal): -12105797 or 12273479. OLE color: 12273479.
HSL color Cylindrical-coordinate representation of color #4747BB: hue angle of 240º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4747BB is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 71 | 187 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.27 |
| HSL | 240º | 0.46% | 0.51% | - |
| HSV(B) | 240º | 0.62% | 0.73% | - |
| XYZ | 13.82 | 9.43 | 48.11 | - |
| YUV | 84.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 187 | 0.62 | 0.62 | 0 | 0.27 | 240 | 0.46 | 0.51 |
| Hex | 47 | 47 | BB | 3E | 3E | 0 | 1B | F0 | 2E | 33 |
| Octal | 107 | 107 | 273 | 76 | 76 | 0 | 33 | 360 | 56 | 63 |
| Binary | 1000111 | 1000111 | 10111011 | 111110 | 111110 | 0 | 11011 | 11110000 | 101110 | 110011 |
Color Harmonies of #4747BB
Complementary color
Monochromatic Colors of #4747BB
Black with #4747BB
Text Example
Text Example
White with #4747BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4747BB; }
p { color: rgb(71,71,187); }
H1.HeaderClassName
{
color: #4747BB;
}
.AnyTagClassName
{
color: #4747BB;
}
</style>
background-color css
<style>
a { background-color: #4747BB; }
a { background-color: rgb(71,71,187); }
div.DivClassName
{
background-color: #4747BB;
}
.BgClassName
{
background-color: #4747BB;
}
</style>
border-color css
<style>
span { border-color: #4747BB; }
span { border-color: rgb(71,71,187); }
td.TdClassName
{
border-color: #4747BB;
}
.TagClassName
{
border-color: #4747BB;
}
</style>