Shades of Free Speech Blue #4D3ECA
Tints of Free Speech Blue #4D3ECA
RGB
CMYK
RGB Variations
Color information
#4D3ECA (or 0x4D3ECA) is known color: Free Speech Blue. HEX triplet: 4D, 3E and CA. RGB value is (77,62,202). Sum of RGB (Red+Green+Blue) = 77+62+202=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D3ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ECA is #B2C135. Grayscale: #515151. Windows color (decimal): -11714870 or 13254221. OLE color: 13254221.
HSL color Cylindrical-coordinate representation of color #4D3ECA: hue angle of 246.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3ECA is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 62 | 202 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.21 |
| HSL | 246.43º | 0.57% | 0.52% | - |
| HSV(B) | 246.43º | 0.69% | 0.79% | - |
| XYZ | 15.44 | 9.29 | 56.86 | - |
| YUV | 82.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 202 | 0.62 | 0.69 | 0 | 0.21 | 246.43 | 0.57 | 0.52 |
| Hex | 4D | 3E | CA | 3E | 45 | 0 | 15 | F6 | 39 | 34 |
| Octal | 115 | 76 | 312 | 76 | 105 | 0 | 25 | 366 | 71 | 64 |
| Binary | 1001101 | 111110 | 11001010 | 111110 | 1000101 | 0 | 10101 | 11110110 | 111001 | 110100 |
Color Harmonies of #4D3ECA
Complementary color
Monochromatic Colors of #4D3ECA
Black with #4D3ECA
Text Example
Text Example
White with #4D3ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3ECA; }
p { color: rgb(77,62,202); }
H1.HeaderClassName
{
color: #4D3ECA;
}
.AnyTagClassName
{
color: #4D3ECA;
}
</style>
background-color css
<style>
a { background-color: #4D3ECA; }
a { background-color: rgb(77,62,202); }
div.DivClassName
{
background-color: #4D3ECA;
}
.BgClassName
{
background-color: #4D3ECA;
}
</style>
border-color css
<style>
span { border-color: #4D3ECA; }
span { border-color: rgb(77,62,202); }
td.TdClassName
{
border-color: #4D3ECA;
}
.TagClassName
{
border-color: #4D3ECA;
}
</style>