Shades of Free Speech Blue #4D41CC
Tints of Free Speech Blue #4D41CC
RGB
CMYK
RGB Variations
Color information
#4D41CC (or 0x4D41CC) is known color: Free Speech Blue. HEX triplet: 4D, 41 and CC. RGB value is (77,65,204). Sum of RGB (Red+Green+Blue) = 77+65+204=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D41CC is #B2BE33. Grayscale: #535353. Windows color (decimal): -11714100 or 13386061. OLE color: 13386061.
HSL color Cylindrical-coordinate representation of color #4D41CC: hue angle of 245.18º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D41CC is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 65 | 204 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.2 |
| HSL | 245.18º | 0.58% | 0.53% | - |
| HSV(B) | 245.18º | 0.68% | 0.8% | - |
| XYZ | 15.85 | 9.72 | 58.17 | - |
| YUV | 84.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 204 | 0.62 | 0.68 | 0 | 0.2 | 245.18 | 0.58 | 0.53 |
| Hex | 4D | 41 | CC | 3E | 44 | 0 | 14 | F5 | 3A | 35 |
| Octal | 115 | 101 | 314 | 76 | 104 | 0 | 24 | 365 | 72 | 65 |
| Binary | 1001101 | 1000001 | 11001100 | 111110 | 1000100 | 0 | 10100 | 11110101 | 111010 | 110101 |
Color Harmonies of #4D41CC
Complementary color
Monochromatic Colors of #4D41CC
Black with #4D41CC
Text Example
Text Example
White with #4D41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41CC; }
p { color: rgb(77,65,204); }
H1.HeaderClassName
{
color: #4D41CC;
}
.AnyTagClassName
{
color: #4D41CC;
}
</style>
background-color css
<style>
a { background-color: #4D41CC; }
a { background-color: rgb(77,65,204); }
div.DivClassName
{
background-color: #4D41CC;
}
.BgClassName
{
background-color: #4D41CC;
}
</style>
border-color css
<style>
span { border-color: #4D41CC; }
span { border-color: rgb(77,65,204); }
td.TdClassName
{
border-color: #4D41CC;
}
.TagClassName
{
border-color: #4D41CC;
}
</style>