Shades of Free Speech Blue #4C4DDB
Tints of Free Speech Blue #4C4DDB
RGB
CMYK
RGB Variations
Color information
#4C4DDB (or 0x4C4DDB) is known color: Free Speech Blue. HEX triplet: 4C, 4D and DB. RGB value is (76,77,219). Sum of RGB (Red+Green+Blue) = 76+77+219=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4DDB is #B3B224. Grayscale: #5C5C5C. Windows color (decimal): -11776549 or 14372172. OLE color: 14372172.
HSL color Cylindrical-coordinate representation of color #4C4DDB: hue angle of 239.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C4DDB is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 77 | 219 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.14 |
| HSL | 239.58º | 0.67% | 0.58% | - |
| HSV(B) | 239.58º | 0.65% | 0.86% | - |
| XYZ | 18.42 | 11.96 | 68.36 | - |
| YUV | 92.89 | 199.17 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 219 | 0.65 | 0.65 | 0 | 0.14 | 239.58 | 0.67 | 0.58 |
| Hex | 4C | 4D | DB | 41 | 41 | 0 | E | F0 | 43 | 3A |
| Octal | 114 | 115 | 333 | 101 | 101 | 0 | 16 | 360 | 103 | 72 |
| Binary | 1001100 | 1001101 | 11011011 | 1000001 | 1000001 | 0 | 1110 | 11110000 | 1000011 | 111010 |
Color Harmonies of #4C4DDB
Complementary color
Monochromatic Colors of #4C4DDB
Black with #4C4DDB
Text Example
Text Example
White with #4C4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4DDB; }
p { color: rgb(76,77,219); }
H1.HeaderClassName
{
color: #4C4DDB;
}
.AnyTagClassName
{
color: #4C4DDB;
}
</style>
background-color css
<style>
a { background-color: #4C4DDB; }
a { background-color: rgb(76,77,219); }
div.DivClassName
{
background-color: #4C4DDB;
}
.BgClassName
{
background-color: #4C4DDB;
}
</style>
border-color css
<style>
span { border-color: #4C4DDB; }
span { border-color: rgb(76,77,219); }
td.TdClassName
{
border-color: #4C4DDB;
}
.TagClassName
{
border-color: #4C4DDB;
}
</style>