Shades of Free Speech Blue #4C48CC
Tints of Free Speech Blue #4C48CC
RGB
CMYK
RGB Variations
Color information
#4C48CC (or 0x4C48CC) is known color: Free Speech Blue. HEX triplet: 4C, 48 and CC. RGB value is (76,72,204). Sum of RGB (Red+Green+Blue) = 76+72+204=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C48CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C48CC is #B3B733. Grayscale: #575757. Windows color (decimal): -11777844 or 13387852. OLE color: 13387852.
HSL color Cylindrical-coordinate representation of color #4C48CC: hue angle of 241.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C48CC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 72 | 204 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.2 |
| HSL | 241.82º | 0.56% | 0.54% | - |
| HSV(B) | 241.82º | 0.65% | 0.8% | - |
| XYZ | 16.2 | 10.53 | 58.31 | - |
| YUV | 88.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 204 | 0.63 | 0.65 | 0 | 0.2 | 241.82 | 0.56 | 0.54 |
| Hex | 4C | 48 | CC | 3F | 41 | 0 | 14 | F2 | 38 | 36 |
| Octal | 114 | 110 | 314 | 77 | 101 | 0 | 24 | 362 | 70 | 66 |
| Binary | 1001100 | 1001000 | 11001100 | 111111 | 1000001 | 0 | 10100 | 11110010 | 111000 | 110110 |
Color Harmonies of #4C48CC
Complementary color
Monochromatic Colors of #4C48CC
Black with #4C48CC
Text Example
Text Example
White with #4C48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C48CC; }
p { color: rgb(76,72,204); }
H1.HeaderClassName
{
color: #4C48CC;
}
.AnyTagClassName
{
color: #4C48CC;
}
</style>
background-color css
<style>
a { background-color: #4C48CC; }
a { background-color: rgb(76,72,204); }
div.DivClassName
{
background-color: #4C48CC;
}
.BgClassName
{
background-color: #4C48CC;
}
</style>
border-color css
<style>
span { border-color: #4C48CC; }
span { border-color: rgb(76,72,204); }
td.TdClassName
{
border-color: #4C48CC;
}
.TagClassName
{
border-color: #4C48CC;
}
</style>