Shades of Free Speech Blue #4D3DD0
Tints of Free Speech Blue #4D3DD0
RGB
CMYK
RGB Variations
Color information
#4D3DD0 (or 0x4D3DD0) is known color: Free Speech Blue. HEX triplet: 4D, 3D and D0. RGB value is (77,61,208). Sum of RGB (Red+Green+Blue) = 77+61+208=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #4D3DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DD0 is #B2C22F. Grayscale: #515151. Windows color (decimal): -11715120 or 13647181. OLE color: 13647181.
HSL color Cylindrical-coordinate representation of color #4D3DD0: hue angle of 246.53º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D3DD0 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 61 | 208 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.18 |
| HSL | 246.53º | 0.61% | 0.53% | - |
| HSV(B) | 246.53º | 0.71% | 0.82% | - |
| XYZ | 16.11 | 9.47 | 60.65 | - |
| YUV | 82.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 208 | 0.63 | 0.71 | 0 | 0.18 | 246.53 | 0.61 | 0.53 |
| Hex | 4D | 3D | D0 | 3F | 47 | 0 | 12 | F7 | 3D | 35 |
| Octal | 115 | 75 | 320 | 77 | 107 | 0 | 22 | 367 | 75 | 65 |
| Binary | 1001101 | 111101 | 11010000 | 111111 | 1000111 | 0 | 10010 | 11110111 | 111101 | 110101 |
Color Harmonies of #4D3DD0
Complementary color
Monochromatic Colors of #4D3DD0
Black with #4D3DD0
Text Example
Text Example
White with #4D3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DD0; }
p { color: rgb(77,61,208); }
H1.HeaderClassName
{
color: #4D3DD0;
}
.AnyTagClassName
{
color: #4D3DD0;
}
</style>
background-color css
<style>
a { background-color: #4D3DD0; }
a { background-color: rgb(77,61,208); }
div.DivClassName
{
background-color: #4D3DD0;
}
.BgClassName
{
background-color: #4D3DD0;
}
</style>
border-color css
<style>
span { border-color: #4D3DD0; }
span { border-color: rgb(77,61,208); }
td.TdClassName
{
border-color: #4D3DD0;
}
.TagClassName
{
border-color: #4D3DD0;
}
</style>