Shades of Free Speech Blue #4C48BC
Tints of Free Speech Blue #4C48BC
RGB
CMYK
RGB Variations
Color information
#4C48BC (or 0x4C48BC) is known color: Free Speech Blue. HEX triplet: 4C, 48 and BC. RGB value is (76,72,188). Sum of RGB (Red+Green+Blue) = 76+72+188=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C48BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48BC is #B3B743. Grayscale: #555555. Windows color (decimal): -11777860 or 12339276. OLE color: 12339276.
HSL color Cylindrical-coordinate representation of color #4C48BC: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C48BC is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 72 | 188 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.26 |
| HSL | 242.07º | 0.46% | 0.51% | - |
| HSV(B) | 242.07º | 0.62% | 0.74% | - |
| XYZ | 14.37 | 9.8 | 48.71 | - |
| YUV | 86.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 188 | 0.60 | 0.62 | 0 | 0.26 | 242.07 | 0.46 | 0.51 |
| Hex | 4C | 48 | BC | 3C | 3E | 0 | 1A | F2 | 2E | 33 |
| Octal | 114 | 110 | 274 | 74 | 76 | 0 | 32 | 362 | 56 | 63 |
| Binary | 1001100 | 1001000 | 10111100 | 111100 | 111110 | 0 | 11010 | 11110010 | 101110 | 110011 |
Color Harmonies of #4C48BC
Complementary color
Monochromatic Colors of #4C48BC
Black with #4C48BC
Text Example
Text Example
White with #4C48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48BC; }
p { color: rgb(76,72,188); }
H1.HeaderClassName
{
color: #4C48BC;
}
.AnyTagClassName
{
color: #4C48BC;
}
</style>
background-color css
<style>
a { background-color: #4C48BC; }
a { background-color: rgb(76,72,188); }
div.DivClassName
{
background-color: #4C48BC;
}
.BgClassName
{
background-color: #4C48BC;
}
</style>
border-color css
<style>
span { border-color: #4C48BC; }
span { border-color: rgb(76,72,188); }
td.TdClassName
{
border-color: #4C48BC;
}
.TagClassName
{
border-color: #4C48BC;
}
</style>