Shades of Free Speech Blue #4C48BD
Tints of Free Speech Blue #4C48BD
RGB
CMYK
RGB Variations
Color information
#4C48BD (or 0x4C48BD) is known color: Free Speech Blue. HEX triplet: 4C, 48 and BD. RGB value is (76,72,189). Sum of RGB (Red+Green+Blue) = 76+72+189=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C48BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48BD is #B3B742. Grayscale: #565656. Windows color (decimal): -11777859 or 12404812. OLE color: 12404812.
HSL color Cylindrical-coordinate representation of color #4C48BD: hue angle of 242.05º degrees, saturation: 0.47, 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 #4C48BD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 72 | 189 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.26 |
| HSL | 242.05º | 0.47% | 0.51% | - |
| HSV(B) | 242.05º | 0.62% | 0.74% | - |
| XYZ | 14.48 | 9.85 | 49.28 | - |
| YUV | 86.53 | 185.83 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 189 | 0.60 | 0.62 | 0 | 0.26 | 242.05 | 0.47 | 0.51 |
| Hex | 4C | 48 | BD | 3C | 3E | 0 | 1A | F2 | 2F | 33 |
| Octal | 114 | 110 | 275 | 74 | 76 | 0 | 32 | 362 | 57 | 63 |
| Binary | 1001100 | 1001000 | 10111101 | 111100 | 111110 | 0 | 11010 | 11110010 | 101111 | 110011 |
Color Harmonies of #4C48BD
Complementary color
Monochromatic Colors of #4C48BD
Black with #4C48BD
Text Example
Text Example
White with #4C48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48BD; }
p { color: rgb(76,72,189); }
H1.HeaderClassName
{
color: #4C48BD;
}
.AnyTagClassName
{
color: #4C48BD;
}
</style>
background-color css
<style>
a { background-color: #4C48BD; }
a { background-color: rgb(76,72,189); }
div.DivClassName
{
background-color: #4C48BD;
}
.BgClassName
{
background-color: #4C48BD;
}
</style>
border-color css
<style>
span { border-color: #4C48BD; }
span { border-color: rgb(76,72,189); }
td.TdClassName
{
border-color: #4C48BD;
}
.TagClassName
{
border-color: #4C48BD;
}
</style>