Shades of Free Speech Blue #4B47BA
Tints of Free Speech Blue #4B47BA
RGB
CMYK
RGB Variations
Color information
#4B47BA (or 0x4B47BA) is known color: Free Speech Blue. HEX triplet: 4B, 47 and BA. RGB value is (75,71,186). Sum of RGB (Red+Green+Blue) = 75+71+186=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B47BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B47BA is #B4B845. Grayscale: #545454. Windows color (decimal): -11843654 or 12207947. OLE color: 12207947.
HSL color Cylindrical-coordinate representation of color #4B47BA: hue angle of 242.09º 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 #4B47BA is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 71 | 186 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.27 |
| HSL | 242.09º | 0.45% | 0.5% | - |
| HSV(B) | 242.09º | 0.62% | 0.73% | - |
| XYZ | 14.02 | 9.55 | 47.56 | - |
| YUV | 85.31 | 184.83 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 186 | 0.60 | 0.62 | 0 | 0.27 | 242.09 | 0.45 | 0.5 |
| Hex | 4B | 47 | BA | 3C | 3E | 0 | 1B | F2 | 2D | 32 |
| Octal | 113 | 107 | 272 | 74 | 76 | 0 | 33 | 362 | 55 | 62 |
| Binary | 1001011 | 1000111 | 10111010 | 111100 | 111110 | 0 | 11011 | 11110010 | 101101 | 110010 |
Color Harmonies of #4B47BA
Complementary color
Monochromatic Colors of #4B47BA
Black with #4B47BA
Text Example
Text Example
White with #4B47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B47BA; }
p { color: rgb(75,71,186); }
H1.HeaderClassName
{
color: #4B47BA;
}
.AnyTagClassName
{
color: #4B47BA;
}
</style>
background-color css
<style>
a { background-color: #4B47BA; }
a { background-color: rgb(75,71,186); }
div.DivClassName
{
background-color: #4B47BA;
}
.BgClassName
{
background-color: #4B47BA;
}
</style>
border-color css
<style>
span { border-color: #4B47BA; }
span { border-color: rgb(75,71,186); }
td.TdClassName
{
border-color: #4B47BA;
}
.TagClassName
{
border-color: #4B47BA;
}
</style>