Shades of Free Speech Blue #4D3CCD
Tints of Free Speech Blue #4D3CCD
RGB
CMYK
RGB Variations
Color information
#4D3CCD (or 0x4D3CCD) is known color: Free Speech Blue. HEX triplet: 4D, 3C and CD. RGB value is (77,60,205). Sum of RGB (Red+Green+Blue) = 77+60+205=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CCD is #B2C332. Grayscale: #515151. Windows color (decimal): -11715379 or 13450317. OLE color: 13450317.
HSL color Cylindrical-coordinate representation of color #4D3CCD: hue angle of 247.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3CCD is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 60 | 205 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.20 |
| HSL | 247.03º | 0.59% | 0.52% | - |
| HSV(B) | 247.03º | 0.71% | 0.8% | - |
| XYZ | 15.7 | 9.22 | 58.71 | - |
| YUV | 81.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 205 | 0.62 | 0.71 | 0 | 0.20 | 247.03 | 0.59 | 0.52 |
| Hex | 4D | 3C | CD | 3E | 47 | 0 | 14 | F7 | 3B | 34 |
| Octal | 115 | 74 | 315 | 76 | 107 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001101 | 111100 | 11001101 | 111110 | 1000111 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4D3CCD
Complementary color
Monochromatic Colors of #4D3CCD
Black with #4D3CCD
Text Example
Text Example
White with #4D3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CCD; }
p { color: rgb(77,60,205); }
H1.HeaderClassName
{
color: #4D3CCD;
}
.AnyTagClassName
{
color: #4D3CCD;
}
</style>
background-color css
<style>
a { background-color: #4D3CCD; }
a { background-color: rgb(77,60,205); }
div.DivClassName
{
background-color: #4D3CCD;
}
.BgClassName
{
background-color: #4D3CCD;
}
</style>
border-color css
<style>
span { border-color: #4D3CCD; }
span { border-color: rgb(77,60,205); }
td.TdClassName
{
border-color: #4D3CCD;
}
.TagClassName
{
border-color: #4D3CCD;
}
</style>