Shades of Free Speech Blue #4D3DCD
Tints of Free Speech Blue #4D3DCD
RGB
CMYK
RGB Variations
Color information
#4D3DCD (or 0x4D3DCD) is known color: Free Speech Blue. HEX triplet: 4D, 3D and CD. RGB value is (77,61,205). Sum of RGB (Red+Green+Blue) = 77+61+205=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DCD is #B2C232. Grayscale: #515151. Windows color (decimal): -11715123 or 13450573. OLE color: 13450573.
HSL color Cylindrical-coordinate representation of color #4D3DCD: hue angle of 246.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3DCD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 61 | 205 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.20 |
| HSL | 246.67º | 0.59% | 0.52% | - |
| HSV(B) | 246.67º | 0.7% | 0.8% | - |
| XYZ | 15.75 | 9.32 | 58.73 | - |
| YUV | 82.2 | 197.3 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 205 | 0.62 | 0.70 | 0 | 0.20 | 246.67 | 0.59 | 0.52 |
| Hex | 4D | 3D | CD | 3E | 46 | 0 | 14 | F7 | 3B | 34 |
| Octal | 115 | 75 | 315 | 76 | 106 | 0 | 24 | 367 | 73 | 64 |
| Binary | 1001101 | 111101 | 11001101 | 111110 | 1000110 | 0 | 10100 | 11110111 | 111011 | 110100 |
Color Harmonies of #4D3DCD
Complementary color
Monochromatic Colors of #4D3DCD
Black with #4D3DCD
Text Example
Text Example
White with #4D3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DCD; }
p { color: rgb(77,61,205); }
H1.HeaderClassName
{
color: #4D3DCD;
}
.AnyTagClassName
{
color: #4D3DCD;
}
</style>
background-color css
<style>
a { background-color: #4D3DCD; }
a { background-color: rgb(77,61,205); }
div.DivClassName
{
background-color: #4D3DCD;
}
.BgClassName
{
background-color: #4D3DCD;
}
</style>
border-color css
<style>
span { border-color: #4D3DCD; }
span { border-color: rgb(77,61,205); }
td.TdClassName
{
border-color: #4D3DCD;
}
.TagClassName
{
border-color: #4D3DCD;
}
</style>