Shades of Free Speech Blue #4D42CC
Tints of Free Speech Blue #4D42CC
RGB
CMYK
RGB Variations
Color information
#4D42CC (or 0x4D42CC) is known color: Free Speech Blue. HEX triplet: 4D, 42 and CC. RGB value is (77,66,204). Sum of RGB (Red+Green+Blue) = 77+66+204=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D42CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42CC is #B2BD33. Grayscale: #545454. Windows color (decimal): -11713844 or 13386317. OLE color: 13386317.
HSL color Cylindrical-coordinate representation of color #4D42CC: hue angle of 244.78º degrees, saturation: 0.57, 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 #4D42CC is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 66 | 204 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.2 |
| HSL | 244.78º | 0.58% | 0.53% | - |
| HSV(B) | 244.78º | 0.68% | 0.8% | - |
| XYZ | 15.91 | 9.83 | 58.19 | - |
| YUV | 85.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 204 | 0.62 | 0.68 | 0 | 0.2 | 244.78 | 0.58 | 0.53 |
| Hex | 4D | 42 | CC | 3E | 44 | 0 | 14 | F5 | 3A | 35 |
| Octal | 115 | 102 | 314 | 76 | 104 | 0 | 24 | 365 | 72 | 65 |
| Binary | 1001101 | 1000010 | 11001100 | 111110 | 1000100 | 0 | 10100 | 11110101 | 111010 | 110101 |
Color Harmonies of #4D42CC
Complementary color
Monochromatic Colors of #4D42CC
Black with #4D42CC
Text Example
Text Example
White with #4D42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42CC; }
p { color: rgb(77,66,204); }
H1.HeaderClassName
{
color: #4D42CC;
}
.AnyTagClassName
{
color: #4D42CC;
}
</style>
background-color css
<style>
a { background-color: #4D42CC; }
a { background-color: rgb(77,66,204); }
div.DivClassName
{
background-color: #4D42CC;
}
.BgClassName
{
background-color: #4D42CC;
}
</style>
border-color css
<style>
span { border-color: #4D42CC; }
span { border-color: rgb(77,66,204); }
td.TdClassName
{
border-color: #4D42CC;
}
.TagClassName
{
border-color: #4D42CC;
}
</style>