Shades of Free Speech Blue #4D49CC
Tints of Free Speech Blue #4D49CC
RGB
CMYK
RGB Variations
Color information
#4D49CC (or 0x4D49CC) is known color: Free Speech Blue. HEX triplet: 4D, 49 and CC. RGB value is (77,73,204). Sum of RGB (Red+Green+Blue) = 77+73+204=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49CC is #B2B633. Grayscale: #585858. Windows color (decimal): -11712052 or 13388109. OLE color: 13388109.
HSL color Cylindrical-coordinate representation of color #4D49CC: hue angle of 241.83º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D49CC is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 73 | 204 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.2 |
| HSL | 241.83º | 0.56% | 0.54% | - |
| HSV(B) | 241.83º | 0.64% | 0.8% | - |
| XYZ | 16.34 | 10.7 | 58.33 | - |
| YUV | 89.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 204 | 0.62 | 0.64 | 0 | 0.2 | 241.83 | 0.56 | 0.54 |
| Hex | 4D | 49 | CC | 3E | 40 | 0 | 14 | F2 | 38 | 36 |
| Octal | 115 | 111 | 314 | 76 | 100 | 0 | 24 | 362 | 70 | 66 |
| Binary | 1001101 | 1001001 | 11001100 | 111110 | 1000000 | 0 | 10100 | 11110010 | 111000 | 110110 |
Color Harmonies of #4D49CC
Complementary color
Monochromatic Colors of #4D49CC
Black with #4D49CC
Text Example
Text Example
White with #4D49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49CC; }
p { color: rgb(77,73,204); }
H1.HeaderClassName
{
color: #4D49CC;
}
.AnyTagClassName
{
color: #4D49CC;
}
</style>
background-color css
<style>
a { background-color: #4D49CC; }
a { background-color: rgb(77,73,204); }
div.DivClassName
{
background-color: #4D49CC;
}
.BgClassName
{
background-color: #4D49CC;
}
</style>
border-color css
<style>
span { border-color: #4D49CC; }
span { border-color: rgb(77,73,204); }
td.TdClassName
{
border-color: #4D49CC;
}
.TagClassName
{
border-color: #4D49CC;
}
</style>