Shades of Free Speech Blue #4C52BA
Tints of Free Speech Blue #4C52BA
RGB
CMYK
RGB Variations
Color information
#4C52BA (or 0x4C52BA) is known color: Free Speech Blue. HEX triplet: 4C, 52 and BA. RGB value is (76,82,186). Sum of RGB (Red+Green+Blue) = 76+82+186=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52BA is #B3AD45. Grayscale: #5B5B5B. Windows color (decimal): -11775302 or 12210764. OLE color: 12210764.
HSL color Cylindrical-coordinate representation of color #4C52BA: hue angle of 236.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C52BA is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 82 | 186 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.27 |
| HSL | 236.73º | 0.44% | 0.51% | - |
| HSV(B) | 236.73º | 0.59% | 0.73% | - |
| XYZ | 14.86 | 11.12 | 47.82 | - |
| YUV | 92.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 186 | 0.59 | 0.56 | 0 | 0.27 | 236.73 | 0.44 | 0.51 |
| Hex | 4C | 52 | BA | 3B | 38 | 0 | 1B | ED | 2C | 33 |
| Octal | 114 | 122 | 272 | 73 | 70 | 0 | 33 | 355 | 54 | 63 |
| Binary | 1001100 | 1010010 | 10111010 | 111011 | 111000 | 0 | 11011 | 11101101 | 101100 | 110011 |
Color Harmonies of #4C52BA
Complementary color
Monochromatic Colors of #4C52BA
Black with #4C52BA
Text Example
Text Example
White with #4C52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C52BA; }
p { color: rgb(76,82,186); }
H1.HeaderClassName
{
color: #4C52BA;
}
.AnyTagClassName
{
color: #4C52BA;
}
</style>
background-color css
<style>
a { background-color: #4C52BA; }
a { background-color: rgb(76,82,186); }
div.DivClassName
{
background-color: #4C52BA;
}
.BgClassName
{
background-color: #4C52BA;
}
</style>
border-color css
<style>
span { border-color: #4C52BA; }
span { border-color: rgb(76,82,186); }
td.TdClassName
{
border-color: #4C52BA;
}
.TagClassName
{
border-color: #4C52BA;
}
</style>