Shades of Free Speech Blue #4041DC
Tints of Free Speech Blue #4041DC
RGB
CMYK
RGB Variations
Color information
#4041DC (or 0x4041DC) is known color: Free Speech Blue. HEX triplet: 40, 41 and DC. RGB value is (64,65,220). Sum of RGB (Red+Green+Blue) = 64+65+220=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #4041DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041DC is #BFBE23. Grayscale: #515151. Windows color (decimal): -12566052 or 14434624. OLE color: 14434624.
HSL color Cylindrical-coordinate representation of color #4041DC: hue angle of 239.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4041DC is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 65 | 220 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.14 |
| HSL | 239.62º | 0.69% | 0.56% | - |
| HSV(B) | 239.62º | 0.71% | 0.86% | - |
| XYZ | 16.92 | 10.04 | 68.76 | - |
| YUV | 82.37 | 205.67 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 220 | 0.71 | 0.70 | 0 | 0.14 | 239.62 | 0.69 | 0.56 |
| Hex | 40 | 41 | DC | 47 | 46 | 0 | E | F0 | 45 | 38 |
| Octal | 100 | 101 | 334 | 107 | 106 | 0 | 16 | 360 | 105 | 70 |
| Binary | 1000000 | 1000001 | 11011100 | 1000111 | 1000110 | 0 | 1110 | 11110000 | 1000101 | 111000 |
Color Harmonies of #4041DC
Complementary color
Monochromatic Colors of #4041DC
Black with #4041DC
Text Example
Text Example
White with #4041DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041DC; }
p { color: rgb(64,65,220); }
H1.HeaderClassName
{
color: #4041DC;
}
.AnyTagClassName
{
color: #4041DC;
}
</style>
background-color css
<style>
a { background-color: #4041DC; }
a { background-color: rgb(64,65,220); }
div.DivClassName
{
background-color: #4041DC;
}
.BgClassName
{
background-color: #4041DC;
}
</style>
border-color css
<style>
span { border-color: #4041DC; }
span { border-color: rgb(64,65,220); }
td.TdClassName
{
border-color: #4041DC;
}
.TagClassName
{
border-color: #4041DC;
}
</style>