Shades of Free Speech Blue #4F49D1
Tints of Free Speech Blue #4F49D1
RGB
CMYK
RGB Variations
Color information
#4F49D1 (or 0x4F49D1) is known color: Free Speech Blue. HEX triplet: 4F, 49 and D1. RGB value is (79,73,209). Sum of RGB (Red+Green+Blue) = 79+73+209=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 209 (82.03% from 255 or 57.89% from 361); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F49D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49D1 is #B0B62E. Grayscale: #595959. Windows color (decimal): -11580975 or 13715791. OLE color: 13715791.
HSL color Cylindrical-coordinate representation of color #4F49D1: hue angle of 242.65º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F49D1 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 73 | 209 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.18 |
| HSL | 242.65º | 0.6% | 0.55% | - |
| HSV(B) | 242.65º | 0.65% | 0.82% | - |
| XYZ | 17.12 | 11.03 | 61.55 | - |
| YUV | 90.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 209 | 0.62 | 0.65 | 0 | 0.18 | 242.65 | 0.6 | 0.55 |
| Hex | 4F | 49 | D1 | 3E | 41 | 0 | 12 | F3 | 3C | 37 |
| Octal | 117 | 111 | 321 | 76 | 101 | 0 | 22 | 363 | 74 | 67 |
| Binary | 1001111 | 1001001 | 11010001 | 111110 | 1000001 | 0 | 10010 | 11110011 | 111100 | 110111 |
Color Harmonies of #4F49D1
Complementary color
Monochromatic Colors of #4F49D1
Black with #4F49D1
Text Example
Text Example
White with #4F49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F49D1; }
p { color: rgb(79,73,209); }
H1.HeaderClassName
{
color: #4F49D1;
}
.AnyTagClassName
{
color: #4F49D1;
}
</style>
background-color css
<style>
a { background-color: #4F49D1; }
a { background-color: rgb(79,73,209); }
div.DivClassName
{
background-color: #4F49D1;
}
.BgClassName
{
background-color: #4F49D1;
}
</style>
border-color css
<style>
span { border-color: #4F49D1; }
span { border-color: rgb(79,73,209); }
td.TdClassName
{
border-color: #4F49D1;
}
.TagClassName
{
border-color: #4F49D1;
}
</style>