Shades of Free Speech Blue #4D62C6
Tints of Free Speech Blue #4D62C6
RGB
CMYK
RGB Variations
Color information
#4D62C6 (or 0x4D62C6) is known color: Free Speech Blue. HEX triplet: 4D, 62 and C6. RGB value is (77,98,198). Sum of RGB (Red+Green+Blue) = 77+98+198=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D62C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D62C6 is #B29D39. Grayscale: #666666. Windows color (decimal): -11705658 or 13001293. OLE color: 13001293.
HSL color Cylindrical-coordinate representation of color #4D62C6: hue angle of 229.59º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D62C6 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 98 | 198 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.22 |
| HSL | 229.59º | 0.51% | 0.54% | - |
| HSV(B) | 229.59º | 0.61% | 0.78% | - |
| XYZ | 17.62 | 14.39 | 55.27 | - |
| YUV | 103.12 | 181.54 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 198 | 0.61 | 0.51 | 0 | 0.22 | 229.59 | 0.51 | 0.54 |
| Hex | 4D | 62 | C6 | 3D | 33 | 0 | 16 | E6 | 33 | 36 |
| Octal | 115 | 142 | 306 | 75 | 63 | 0 | 26 | 346 | 63 | 66 |
| Binary | 1001101 | 1100010 | 11000110 | 111101 | 110011 | 0 | 10110 | 11100110 | 110011 | 110110 |
Color Harmonies of #4D62C6
Complementary color
Monochromatic Colors of #4D62C6
Black with #4D62C6
Text Example
Text Example
White with #4D62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62C6; }
p { color: rgb(77,98,198); }
H1.HeaderClassName
{
color: #4D62C6;
}
.AnyTagClassName
{
color: #4D62C6;
}
</style>
background-color css
<style>
a { background-color: #4D62C6; }
a { background-color: rgb(77,98,198); }
div.DivClassName
{
background-color: #4D62C6;
}
.BgClassName
{
background-color: #4D62C6;
}
</style>
border-color css
<style>
span { border-color: #4D62C6; }
span { border-color: rgb(77,98,198); }
td.TdClassName
{
border-color: #4D62C6;
}
.TagClassName
{
border-color: #4D62C6;
}
</style>