Shades of Free Speech Blue #4D62BC
Tints of Free Speech Blue #4D62BC
RGB
CMYK
RGB Variations
Color information
#4D62BC (or 0x4D62BC) is known color: Free Speech Blue. HEX triplet: 4D, 62 and BC. RGB value is (77,98,188). Sum of RGB (Red+Green+Blue) = 77+98+188=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D62BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D62BC is #B29D43. Grayscale: #656565. Windows color (decimal): -11705668 or 12345933. OLE color: 12345933.
HSL color Cylindrical-coordinate representation of color #4D62BC: hue angle of 228.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D62BC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 98 | 188 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.26 |
| HSL | 228.65º | 0.45% | 0.52% | - |
| HSV(B) | 228.65º | 0.59% | 0.74% | - |
| XYZ | 16.51 | 13.94 | 49.4 | - |
| YUV | 101.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 188 | 0.59 | 0.48 | 0 | 0.26 | 228.65 | 0.45 | 0.52 |
| Hex | 4D | 62 | BC | 3B | 30 | 0 | 1A | E5 | 2D | 34 |
| Octal | 115 | 142 | 274 | 73 | 60 | 0 | 32 | 345 | 55 | 64 |
| Binary | 1001101 | 1100010 | 10111100 | 111011 | 110000 | 0 | 11010 | 11100101 | 101101 | 110100 |
Color Harmonies of #4D62BC
Complementary color
Monochromatic Colors of #4D62BC
Black with #4D62BC
Text Example
Text Example
White with #4D62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62BC; }
p { color: rgb(77,98,188); }
H1.HeaderClassName
{
color: #4D62BC;
}
.AnyTagClassName
{
color: #4D62BC;
}
</style>
background-color css
<style>
a { background-color: #4D62BC; }
a { background-color: rgb(77,98,188); }
div.DivClassName
{
background-color: #4D62BC;
}
.BgClassName
{
background-color: #4D62BC;
}
</style>
border-color css
<style>
span { border-color: #4D62BC; }
span { border-color: rgb(77,98,188); }
td.TdClassName
{
border-color: #4D62BC;
}
.TagClassName
{
border-color: #4D62BC;
}
</style>