Shades of Free Speech Blue #4D44CC
Tints of Free Speech Blue #4D44CC
RGB
CMYK
RGB Variations
Color information
#4D44CC (or 0x4D44CC) is known color: Free Speech Blue. HEX triplet: 4D, 44 and CC. RGB value is (77,68,204). Sum of RGB (Red+Green+Blue) = 77+68+204=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D44CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D44CC is #B2BB33. Grayscale: #555555. Windows color (decimal): -11713332 or 13386829. OLE color: 13386829.
HSL color Cylindrical-coordinate representation of color #4D44CC: hue angle of 243.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D44CC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 68 | 204 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.2 |
| HSL | 243.97º | 0.57% | 0.53% | - |
| HSV(B) | 243.97º | 0.67% | 0.8% | - |
| XYZ | 16.03 | 10.07 | 58.23 | - |
| YUV | 86.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 204 | 0.62 | 0.67 | 0 | 0.2 | 243.97 | 0.57 | 0.53 |
| Hex | 4D | 44 | CC | 3E | 43 | 0 | 14 | F4 | 39 | 35 |
| Octal | 115 | 104 | 314 | 76 | 103 | 0 | 24 | 364 | 71 | 65 |
| Binary | 1001101 | 1000100 | 11001100 | 111110 | 1000011 | 0 | 10100 | 11110100 | 111001 | 110101 |
Color Harmonies of #4D44CC
Complementary color
Monochromatic Colors of #4D44CC
Black with #4D44CC
Text Example
Text Example
White with #4D44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D44CC; }
p { color: rgb(77,68,204); }
H1.HeaderClassName
{
color: #4D44CC;
}
.AnyTagClassName
{
color: #4D44CC;
}
</style>
background-color css
<style>
a { background-color: #4D44CC; }
a { background-color: rgb(77,68,204); }
div.DivClassName
{
background-color: #4D44CC;
}
.BgClassName
{
background-color: #4D44CC;
}
</style>
border-color css
<style>
span { border-color: #4D44CC; }
span { border-color: rgb(77,68,204); }
td.TdClassName
{
border-color: #4D44CC;
}
.TagClassName
{
border-color: #4D44CC;
}
</style>