Shades of Free Speech Blue #4F4EC3
Tints of Free Speech Blue #4F4EC3
RGB
CMYK
RGB Variations
Color information
#4F4EC3 (or 0x4F4EC3) is known color: Free Speech Blue. HEX triplet: 4F, 4E and C3. RGB value is (79,78,195). Sum of RGB (Red+Green+Blue) = 79+78+195=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 195 (76.56% from 255 or 55.40% from 352); Max value from RGB is 195 - color contains mainly: blue. Hex color #4F4EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4EC3 is #B0B13C. Grayscale: #5B5B5B. Windows color (decimal): -11579709 or 12799567. OLE color: 12799567.
HSL color Cylindrical-coordinate representation of color #4F4EC3: hue angle of 240.51º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F4EC3 is Cyan = 0.59, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 79 | 78 | 195 | - |
| CMYK | 0.59 | 0.6 | 0 | 0.24 |
| HSL | 240.51º | 0.49% | 0.54% | - |
| HSV(B) | 240.51º | 0.6% | 0.76% | - |
| XYZ | 15.8 | 11.05 | 52.93 | - |
| YUV | 91.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 195 | 0.59 | 0.6 | 0 | 0.24 | 240.51 | 0.49 | 0.54 |
| Hex | 4F | 4E | C3 | 3B | 3C | 0 | 18 | F1 | 31 | 36 |
| Octal | 117 | 116 | 303 | 73 | 74 | 0 | 30 | 361 | 61 | 66 |
| Binary | 1001111 | 1001110 | 11000011 | 111011 | 111100 | 0 | 11000 | 11110001 | 110001 | 110110 |
Color Harmonies of #4F4EC3
Complementary color
Monochromatic Colors of #4F4EC3
Black with #4F4EC3
Text Example
Text Example
White with #4F4EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4EC3; }
p { color: rgb(79,78,195); }
H1.HeaderClassName
{
color: #4F4EC3;
}
.AnyTagClassName
{
color: #4F4EC3;
}
</style>
background-color css
<style>
a { background-color: #4F4EC3; }
a { background-color: rgb(79,78,195); }
div.DivClassName
{
background-color: #4F4EC3;
}
.BgClassName
{
background-color: #4F4EC3;
}
</style>
border-color css
<style>
span { border-color: #4F4EC3; }
span { border-color: rgb(79,78,195); }
td.TdClassName
{
border-color: #4F4EC3;
}
.TagClassName
{
border-color: #4F4EC3;
}
</style>