Shades of Free Speech Blue #4D4CCF
Tints of Free Speech Blue #4D4CCF
RGB
CMYK
RGB Variations
Color information
#4D4CCF (or 0x4D4CCF) is known color: Free Speech Blue. HEX triplet: 4D, 4C and CF. RGB value is (77,76,207). Sum of RGB (Red+Green+Blue) = 77+76+207=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D4CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CCF is #B2B330. Grayscale: #5A5A5A. Windows color (decimal): -11711281 or 13585485. OLE color: 13585485.
HSL color Cylindrical-coordinate representation of color #4D4CCF: hue angle of 240.46º degrees, saturation: 0.58, 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 #4D4CCF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 76 | 207 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.19 |
| HSL | 240.46º | 0.58% | 0.55% | - |
| HSV(B) | 240.46º | 0.63% | 0.81% | - |
| XYZ | 16.91 | 11.25 | 60.31 | - |
| YUV | 91.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 207 | 0.63 | 0.63 | 0 | 0.19 | 240.46 | 0.58 | 0.55 |
| Hex | 4D | 4C | CF | 3F | 3F | 0 | 13 | F0 | 3A | 37 |
| Octal | 115 | 114 | 317 | 77 | 77 | 0 | 23 | 360 | 72 | 67 |
| Binary | 1001101 | 1001100 | 11001111 | 111111 | 111111 | 0 | 10011 | 11110000 | 111010 | 110111 |
Color Harmonies of #4D4CCF
Complementary color
Monochromatic Colors of #4D4CCF
Black with #4D4CCF
Text Example
Text Example
White with #4D4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CCF; }
p { color: rgb(77,76,207); }
H1.HeaderClassName
{
color: #4D4CCF;
}
.AnyTagClassName
{
color: #4D4CCF;
}
</style>
background-color css
<style>
a { background-color: #4D4CCF; }
a { background-color: rgb(77,76,207); }
div.DivClassName
{
background-color: #4D4CCF;
}
.BgClassName
{
background-color: #4D4CCF;
}
</style>
border-color css
<style>
span { border-color: #4D4CCF; }
span { border-color: rgb(77,76,207); }
td.TdClassName
{
border-color: #4D4CCF;
}
.TagClassName
{
border-color: #4D4CCF;
}
</style>