Shades of Free Speech Blue #4749BA
Tints of Free Speech Blue #4749BA
RGB
CMYK
RGB Variations
Color information
#4749BA (or 0x4749BA) is known color: Free Speech Blue. HEX triplet: 47, 49 and BA. RGB value is (71,73,186). Sum of RGB (Red+Green+Blue) = 71+73+186=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4749BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4749BA is #B8B645. Grayscale: #545454. Windows color (decimal): -12105286 or 12208455. OLE color: 12208455.
HSL color Cylindrical-coordinate representation of color #4749BA: hue angle of 238.96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4749BA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 73 | 186 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.27 |
| HSL | 238.96º | 0.45% | 0.5% | - |
| HSV(B) | 238.96º | 0.62% | 0.73% | - |
| XYZ | 13.84 | 9.65 | 47.59 | - |
| YUV | 85.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 186 | 0.62 | 0.61 | 0 | 0.27 | 238.96 | 0.45 | 0.5 |
| Hex | 47 | 49 | BA | 3E | 3D | 0 | 1B | EF | 2D | 32 |
| Octal | 107 | 111 | 272 | 76 | 75 | 0 | 33 | 357 | 55 | 62 |
| Binary | 1000111 | 1001001 | 10111010 | 111110 | 111101 | 0 | 11011 | 11101111 | 101101 | 110010 |
Color Harmonies of #4749BA
Complementary color
Monochromatic Colors of #4749BA
Black with #4749BA
Text Example
Text Example
White with #4749BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4749BA; }
p { color: rgb(71,73,186); }
H1.HeaderClassName
{
color: #4749BA;
}
.AnyTagClassName
{
color: #4749BA;
}
</style>
background-color css
<style>
a { background-color: #4749BA; }
a { background-color: rgb(71,73,186); }
div.DivClassName
{
background-color: #4749BA;
}
.BgClassName
{
background-color: #4749BA;
}
</style>
border-color css
<style>
span { border-color: #4749BA; }
span { border-color: rgb(71,73,186); }
td.TdClassName
{
border-color: #4749BA;
}
.TagClassName
{
border-color: #4749BA;
}
</style>