Shades of Free Speech Blue #4049D1
Tints of Free Speech Blue #4049D1
RGB
CMYK
RGB Variations
Color information
#4049D1 (or 0x4049D1) is known color: Free Speech Blue. HEX triplet: 40, 49 and D1. RGB value is (64,73,209). Sum of RGB (Red+Green+Blue) = 64+73+209=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #4049D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049D1 is #BFB62E. Grayscale: #555555. Windows color (decimal): -12564015 or 13715776. OLE color: 13715776.
HSL color Cylindrical-coordinate representation of color #4049D1: hue angle of 236.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4049D1 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 73 | 209 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.18 |
| HSL | 236.28º | 0.61% | 0.54% | - |
| HSV(B) | 236.28º | 0.69% | 0.82% | - |
| XYZ | 16.01 | 10.46 | 61.5 | - |
| YUV | 85.81 | 197.52 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 209 | 0.69 | 0.65 | 0 | 0.18 | 236.28 | 0.61 | 0.54 |
| Hex | 40 | 49 | D1 | 45 | 41 | 0 | 12 | EC | 3D | 36 |
| Octal | 100 | 111 | 321 | 105 | 101 | 0 | 22 | 354 | 75 | 66 |
| Binary | 1000000 | 1001001 | 11010001 | 1000101 | 1000001 | 0 | 10010 | 11101100 | 111101 | 110110 |
Color Harmonies of #4049D1
Complementary color
Monochromatic Colors of #4049D1
Black with #4049D1
Text Example
Text Example
White with #4049D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049D1; }
p { color: rgb(64,73,209); }
H1.HeaderClassName
{
color: #4049D1;
}
.AnyTagClassName
{
color: #4049D1;
}
</style>
background-color css
<style>
a { background-color: #4049D1; }
a { background-color: rgb(64,73,209); }
div.DivClassName
{
background-color: #4049D1;
}
.BgClassName
{
background-color: #4049D1;
}
</style>
border-color css
<style>
span { border-color: #4049D1; }
span { border-color: rgb(64,73,209); }
td.TdClassName
{
border-color: #4049D1;
}
.TagClassName
{
border-color: #4049D1;
}
</style>