Shades of Free Speech Blue #4049DF
Tints of Free Speech Blue #4049DF
RGB
CMYK
RGB Variations
Color information
#4049DF (or 0x4049DF) is known color: Free Speech Blue. HEX triplet: 40, 49 and DF. RGB value is (64,73,223). Sum of RGB (Red+Green+Blue) = 64+73+223=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4049DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049DF is #BFB620. Grayscale: #565656. Windows color (decimal): -12564001 or 14633280. OLE color: 14633280.
HSL color Cylindrical-coordinate representation of color #4049DF: hue angle of 236.6º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4049DF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 73 | 223 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.13 |
| HSL | 236.6º | 0.71% | 0.56% | - |
| HSV(B) | 236.6º | 0.71% | 0.87% | - |
| XYZ | 17.82 | 11.18 | 71.03 | - |
| YUV | 87.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 223 | 0.71 | 0.67 | 0 | 0.13 | 236.6 | 0.71 | 0.56 |
| Hex | 40 | 49 | DF | 47 | 43 | 0 | D | ED | 47 | 38 |
| Octal | 100 | 111 | 337 | 107 | 103 | 0 | 15 | 355 | 107 | 70 |
| Binary | 1000000 | 1001001 | 11011111 | 1000111 | 1000011 | 0 | 1101 | 11101101 | 1000111 | 111000 |
Color Harmonies of #4049DF
Complementary color
Monochromatic Colors of #4049DF
Black with #4049DF
Text Example
Text Example
White with #4049DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4049DF; }
p { color: rgb(64,73,223); }
H1.HeaderClassName
{
color: #4049DF;
}
.AnyTagClassName
{
color: #4049DF;
}
</style>
background-color css
<style>
a { background-color: #4049DF; }
a { background-color: rgb(64,73,223); }
div.DivClassName
{
background-color: #4049DF;
}
.BgClassName
{
background-color: #4049DF;
}
</style>
border-color css
<style>
span { border-color: #4049DF; }
span { border-color: rgb(64,73,223); }
td.TdClassName
{
border-color: #4049DF;
}
.TagClassName
{
border-color: #4049DF;
}
</style>