Shades of Free Speech Blue #4D6CC3
Tints of Free Speech Blue #4D6CC3
RGB
CMYK
RGB Variations
Color information
#4D6CC3 (or 0x4D6CC3) is known color: Free Speech Blue. HEX triplet: 4D, 6C and C3. RGB value is (77,108,195). Sum of RGB (Red+Green+Blue) = 77+108+195=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #4D6CC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CC3 is #B2933C. Grayscale: #6C6C6C. Windows color (decimal): -11703101 or 12807245. OLE color: 12807245.
HSL color Cylindrical-coordinate representation of color #4D6CC3: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D6CC3 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 108 | 195 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.24 |
| HSL | 224.24º | 0.5% | 0.53% | - |
| HSV(B) | 224.24º | 0.61% | 0.76% | - |
| XYZ | 18.27 | 16.24 | 53.8 | - |
| YUV | 108.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 195 | 0.61 | 0.45 | 0 | 0.24 | 224.24 | 0.5 | 0.53 |
| Hex | 4D | 6C | C3 | 3D | 2D | 0 | 18 | E0 | 32 | 35 |
| Octal | 115 | 154 | 303 | 75 | 55 | 0 | 30 | 340 | 62 | 65 |
| Binary | 1001101 | 1101100 | 11000011 | 111101 | 101101 | 0 | 11000 | 11100000 | 110010 | 110101 |
Color Harmonies of #4D6CC3
Complementary color
Monochromatic Colors of #4D6CC3
Black with #4D6CC3
Text Example
Text Example
White with #4D6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CC3; }
p { color: rgb(77,108,195); }
H1.HeaderClassName
{
color: #4D6CC3;
}
.AnyTagClassName
{
color: #4D6CC3;
}
</style>
background-color css
<style>
a { background-color: #4D6CC3; }
a { background-color: rgb(77,108,195); }
div.DivClassName
{
background-color: #4D6CC3;
}
.BgClassName
{
background-color: #4D6CC3;
}
</style>
border-color css
<style>
span { border-color: #4D6CC3; }
span { border-color: rgb(77,108,195); }
td.TdClassName
{
border-color: #4D6CC3;
}
.TagClassName
{
border-color: #4D6CC3;
}
</style>