Shades of Free Speech Blue #4D62CE
Tints of Free Speech Blue #4D62CE
RGB
CMYK
RGB Variations
Color information
#4D62CE (or 0x4D62CE) is known color: Free Speech Blue. HEX triplet: 4D, 62 and CE. RGB value is (77,98,206). Sum of RGB (Red+Green+Blue) = 77+98+206=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D62CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D62CE is #B29D31. Grayscale: #676767. Windows color (decimal): -11705650 or 13525581. OLE color: 13525581.
HSL color Cylindrical-coordinate representation of color #4D62CE: hue angle of 230.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D62CE is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 98 | 206 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.19 |
| HSL | 230.23º | 0.57% | 0.55% | - |
| HSV(B) | 230.23º | 0.63% | 0.81% | - |
| XYZ | 18.57 | 14.77 | 60.26 | - |
| YUV | 104.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 206 | 0.63 | 0.52 | 0 | 0.19 | 230.23 | 0.57 | 0.55 |
| Hex | 4D | 62 | CE | 3F | 34 | 0 | 13 | E6 | 39 | 37 |
| Octal | 115 | 142 | 316 | 77 | 64 | 0 | 23 | 346 | 71 | 67 |
| Binary | 1001101 | 1100010 | 11001110 | 111111 | 110100 | 0 | 10011 | 11100110 | 111001 | 110111 |
Color Harmonies of #4D62CE
Complementary color
Monochromatic Colors of #4D62CE
Black with #4D62CE
Text Example
Text Example
White with #4D62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D62CE; }
p { color: rgb(77,98,206); }
H1.HeaderClassName
{
color: #4D62CE;
}
.AnyTagClassName
{
color: #4D62CE;
}
</style>
background-color css
<style>
a { background-color: #4D62CE; }
a { background-color: rgb(77,98,206); }
div.DivClassName
{
background-color: #4D62CE;
}
.BgClassName
{
background-color: #4D62CE;
}
</style>
border-color css
<style>
span { border-color: #4D62CE; }
span { border-color: rgb(77,98,206); }
td.TdClassName
{
border-color: #4D62CE;
}
.TagClassName
{
border-color: #4D62CE;
}
</style>