Shades of Free Speech Blue #4139CC
Tints of Free Speech Blue #4139CC
RGB
CMYK
RGB Variations
Color information
#4139CC (or 0x4139CC) is known color: Free Speech Blue. HEX triplet: 41, 39 and CC. RGB value is (65,57,204). Sum of RGB (Red+Green+Blue) = 65+57+204=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #4139CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4139CC is #BEC633. Grayscale: #4B4B4B. Windows color (decimal): -12502580 or 13384001. OLE color: 13384001.
HSL color Cylindrical-coordinate representation of color #4139CC: hue angle of 243.27º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4139CC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 57 | 204 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.2 |
| HSL | 243.27º | 0.59% | 0.51% | - |
| HSV(B) | 243.27º | 0.72% | 0.8% | - |
| XYZ | 14.54 | 8.41 | 57.98 | - |
| YUV | 76.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 204 | 0.68 | 0.72 | 0 | 0.2 | 243.27 | 0.59 | 0.51 |
| Hex | 41 | 39 | CC | 44 | 48 | 0 | 14 | F3 | 3B | 33 |
| Octal | 101 | 71 | 314 | 104 | 110 | 0 | 24 | 363 | 73 | 63 |
| Binary | 1000001 | 111001 | 11001100 | 1000100 | 1001000 | 0 | 10100 | 11110011 | 111011 | 110011 |
Color Harmonies of #4139CC
Complementary color
Monochromatic Colors of #4139CC
Black with #4139CC
Text Example
Text Example
White with #4139CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4139CC; }
p { color: rgb(65,57,204); }
H1.HeaderClassName
{
color: #4139CC;
}
.AnyTagClassName
{
color: #4139CC;
}
</style>
background-color css
<style>
a { background-color: #4139CC; }
a { background-color: rgb(65,57,204); }
div.DivClassName
{
background-color: #4139CC;
}
.BgClassName
{
background-color: #4139CC;
}
</style>
border-color css
<style>
span { border-color: #4139CC; }
span { border-color: rgb(65,57,204); }
td.TdClassName
{
border-color: #4139CC;
}
.TagClassName
{
border-color: #4139CC;
}
</style>