Shades of Free Speech Blue #4D68CD
Tints of Free Speech Blue #4D68CD
RGB
CMYK
RGB Variations
Color information
#4D68CD (or 0x4D68CD) is known color: Free Speech Blue. HEX triplet: 4D, 68 and CD. RGB value is (77,104,205). Sum of RGB (Red+Green+Blue) = 77+104+205=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D68CD is #B29732. Grayscale: #6B6B6B. Windows color (decimal): -11704115 or 13461581. OLE color: 13461581.
HSL color Cylindrical-coordinate representation of color #4D68CD: hue angle of 227.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D68CD is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 104 | 205 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.20 |
| HSL | 227.34º | 0.56% | 0.55% | - |
| HSV(B) | 227.34º | 0.62% | 0.8% | - |
| XYZ | 19.03 | 15.89 | 59.82 | - |
| YUV | 107.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 205 | 0.62 | 0.49 | 0 | 0.20 | 227.34 | 0.56 | 0.55 |
| Hex | 4D | 68 | CD | 3E | 31 | 0 | 14 | E3 | 38 | 37 |
| Octal | 115 | 150 | 315 | 76 | 61 | 0 | 24 | 343 | 70 | 67 |
| Binary | 1001101 | 1101000 | 11001101 | 111110 | 110001 | 0 | 10100 | 11100011 | 111000 | 110111 |
Color Harmonies of #4D68CD
Complementary color
Monochromatic Colors of #4D68CD
Black with #4D68CD
Text Example
Text Example
White with #4D68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D68CD; }
p { color: rgb(77,104,205); }
H1.HeaderClassName
{
color: #4D68CD;
}
.AnyTagClassName
{
color: #4D68CD;
}
</style>
background-color css
<style>
a { background-color: #4D68CD; }
a { background-color: rgb(77,104,205); }
div.DivClassName
{
background-color: #4D68CD;
}
.BgClassName
{
background-color: #4D68CD;
}
</style>
border-color css
<style>
span { border-color: #4D68CD; }
span { border-color: rgb(77,104,205); }
td.TdClassName
{
border-color: #4D68CD;
}
.TagClassName
{
border-color: #4D68CD;
}
</style>