Shades of Free Speech Blue #4C52D1
Tints of Free Speech Blue #4C52D1
RGB
CMYK
RGB Variations
Color information
#4C52D1 (or 0x4C52D1) is known color: Free Speech Blue. HEX triplet: 4C, 52 and D1. RGB value is (76,82,209). Sum of RGB (Red+Green+Blue) = 76+82+209=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #4C52D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52D1 is #B3AD2E. Grayscale: #5E5E5E. Windows color (decimal): -11775279 or 13718092. OLE color: 13718092.
HSL color Cylindrical-coordinate representation of color #4C52D1: hue angle of 237.29º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C52D1 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 82 | 209 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.18 |
| HSL | 237.29º | 0.59% | 0.56% | - |
| HSV(B) | 237.29º | 0.64% | 0.82% | - |
| XYZ | 17.51 | 12.17 | 61.75 | - |
| YUV | 94.68 | 192.51 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 209 | 0.64 | 0.61 | 0 | 0.18 | 237.29 | 0.59 | 0.56 |
| Hex | 4C | 52 | D1 | 40 | 3D | 0 | 12 | ED | 3B | 38 |
| Octal | 114 | 122 | 321 | 100 | 75 | 0 | 22 | 355 | 73 | 70 |
| Binary | 1001100 | 1010010 | 11010001 | 1000000 | 111101 | 0 | 10010 | 11101101 | 111011 | 111000 |
Color Harmonies of #4C52D1
Complementary color
Monochromatic Colors of #4C52D1
Black with #4C52D1
Text Example
Text Example
White with #4C52D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C52D1; }
p { color: rgb(76,82,209); }
H1.HeaderClassName
{
color: #4C52D1;
}
.AnyTagClassName
{
color: #4C52D1;
}
</style>
background-color css
<style>
a { background-color: #4C52D1; }
a { background-color: rgb(76,82,209); }
div.DivClassName
{
background-color: #4C52D1;
}
.BgClassName
{
background-color: #4C52D1;
}
</style>
border-color css
<style>
span { border-color: #4C52D1; }
span { border-color: rgb(76,82,209); }
td.TdClassName
{
border-color: #4C52D1;
}
.TagClassName
{
border-color: #4C52D1;
}
</style>