Shades of Free Speech Blue #4D5FCC
Tints of Free Speech Blue #4D5FCC
RGB
CMYK
RGB Variations
Color information
#4D5FCC (or 0x4D5FCC) is known color: Free Speech Blue. HEX triplet: 4D, 5F and CC. RGB value is (77,95,204). Sum of RGB (Red+Green+Blue) = 77+95+204=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5FCC is #B2A033. Grayscale: #656565. Windows color (decimal): -11706420 or 13393741. OLE color: 13393741.
HSL color Cylindrical-coordinate representation of color #4D5FCC: hue angle of 231.5º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D5FCC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 95 | 204 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.2 |
| HSL | 231.5º | 0.55% | 0.55% | - |
| HSV(B) | 231.5º | 0.62% | 0.8% | - |
| XYZ | 18.05 | 14.12 | 58.9 | - |
| YUV | 102.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 204 | 0.62 | 0.53 | 0 | 0.2 | 231.5 | 0.55 | 0.55 |
| Hex | 4D | 5F | CC | 3E | 35 | 0 | 14 | E7 | 37 | 37 |
| Octal | 115 | 137 | 314 | 76 | 65 | 0 | 24 | 347 | 67 | 67 |
| Binary | 1001101 | 1011111 | 11001100 | 111110 | 110101 | 0 | 10100 | 11100111 | 110111 | 110111 |
Color Harmonies of #4D5FCC
Complementary color
Monochromatic Colors of #4D5FCC
Black with #4D5FCC
Text Example
Text Example
White with #4D5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FCC; }
p { color: rgb(77,95,204); }
H1.HeaderClassName
{
color: #4D5FCC;
}
.AnyTagClassName
{
color: #4D5FCC;
}
</style>
background-color css
<style>
a { background-color: #4D5FCC; }
a { background-color: rgb(77,95,204); }
div.DivClassName
{
background-color: #4D5FCC;
}
.BgClassName
{
background-color: #4D5FCC;
}
</style>
border-color css
<style>
span { border-color: #4D5FCC; }
span { border-color: rgb(77,95,204); }
td.TdClassName
{
border-color: #4D5FCC;
}
.TagClassName
{
border-color: #4D5FCC;
}
</style>