Shades of Free Speech Blue #4F49D0
Tints of Free Speech Blue #4F49D0
RGB
CMYK
RGB Variations
Color information
#4F49D0 (or 0x4F49D0) is known color: Free Speech Blue. HEX triplet: 4F, 49 and D0. RGB value is (79,73,208). Sum of RGB (Red+Green+Blue) = 79+73+208=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F49D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F49D0 is #B0B62F. Grayscale: #595959. Windows color (decimal): -11580976 or 13650255. OLE color: 13650255.
HSL color Cylindrical-coordinate representation of color #4F49D0: hue angle of 242.67º degrees, saturation: 0.59, 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 #4F49D0 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 73 | 208 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.18 |
| HSL | 242.67º | 0.59% | 0.55% | - |
| HSV(B) | 242.67º | 0.65% | 0.82% | - |
| XYZ | 16.99 | 10.98 | 60.9 | - |
| YUV | 90.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 208 | 0.62 | 0.65 | 0 | 0.18 | 242.67 | 0.59 | 0.55 |
| Hex | 4F | 49 | D0 | 3E | 41 | 0 | 12 | F3 | 3B | 37 |
| Octal | 117 | 111 | 320 | 76 | 101 | 0 | 22 | 363 | 73 | 67 |
| Binary | 1001111 | 1001001 | 11010000 | 111110 | 1000001 | 0 | 10010 | 11110011 | 111011 | 110111 |
Color Harmonies of #4F49D0
Complementary color
Monochromatic Colors of #4F49D0
Black with #4F49D0
Text Example
Text Example
White with #4F49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F49D0; }
p { color: rgb(79,73,208); }
H1.HeaderClassName
{
color: #4F49D0;
}
.AnyTagClassName
{
color: #4F49D0;
}
</style>
background-color css
<style>
a { background-color: #4F49D0; }
a { background-color: rgb(79,73,208); }
div.DivClassName
{
background-color: #4F49D0;
}
.BgClassName
{
background-color: #4F49D0;
}
</style>
border-color css
<style>
span { border-color: #4F49D0; }
span { border-color: rgb(79,73,208); }
td.TdClassName
{
border-color: #4F49D0;
}
.TagClassName
{
border-color: #4F49D0;
}
</style>