Shades of Free Speech Blue #4C48CF
Tints of Free Speech Blue #4C48CF
RGB
CMYK
RGB Variations
Color information
#4C48CF (or 0x4C48CF) is known color: Free Speech Blue. HEX triplet: 4C, 48 and CF. RGB value is (76,72,207). Sum of RGB (Red+Green+Blue) = 76+72+207=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48CF is #B3B730. Grayscale: #585858. Windows color (decimal): -11777841 or 13584460. OLE color: 13584460.
HSL color Cylindrical-coordinate representation of color #4C48CF: hue angle of 241.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C48CF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 72 | 207 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.19 |
| HSL | 241.78º | 0.58% | 0.55% | - |
| HSV(B) | 241.78º | 0.65% | 0.81% | - |
| XYZ | 16.56 | 10.68 | 60.22 | - |
| YUV | 88.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 207 | 0.63 | 0.65 | 0 | 0.19 | 241.78 | 0.58 | 0.55 |
| Hex | 4C | 48 | CF | 3F | 41 | 0 | 13 | F2 | 3A | 37 |
| Octal | 114 | 110 | 317 | 77 | 101 | 0 | 23 | 362 | 72 | 67 |
| Binary | 1001100 | 1001000 | 11001111 | 111111 | 1000001 | 0 | 10011 | 11110010 | 111010 | 110111 |
Color Harmonies of #4C48CF
Complementary color
Monochromatic Colors of #4C48CF
Black with #4C48CF
Text Example
Text Example
White with #4C48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48CF; }
p { color: rgb(76,72,207); }
H1.HeaderClassName
{
color: #4C48CF;
}
.AnyTagClassName
{
color: #4C48CF;
}
</style>
background-color css
<style>
a { background-color: #4C48CF; }
a { background-color: rgb(76,72,207); }
div.DivClassName
{
background-color: #4C48CF;
}
.BgClassName
{
background-color: #4C48CF;
}
</style>
border-color css
<style>
span { border-color: #4C48CF; }
span { border-color: rgb(76,72,207); }
td.TdClassName
{
border-color: #4C48CF;
}
.TagClassName
{
border-color: #4C48CF;
}
</style>