Shades of Free Speech Blue #4147CE
Tints of Free Speech Blue #4147CE
RGB
CMYK
RGB Variations
Color information
#4147CE (or 0x4147CE) is known color: Free Speech Blue. HEX triplet: 41, 47 and CE. RGB value is (65,71,206). Sum of RGB (Red+Green+Blue) = 65+71+206=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #4147CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4147CE is #BEB831. Grayscale: #545454. Windows color (decimal): -12498994 or 13518657. OLE color: 13518657.
HSL color Cylindrical-coordinate representation of color #4147CE: hue angle of 237.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4147CE is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 71 | 206 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.19 |
| HSL | 237.45º | 0.59% | 0.53% | - |
| HSV(B) | 237.45º | 0.68% | 0.81% | - |
| XYZ | 15.57 | 10.09 | 59.52 | - |
| YUV | 84.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 206 | 0.68 | 0.66 | 0 | 0.19 | 237.45 | 0.59 | 0.53 |
| Hex | 41 | 47 | CE | 44 | 42 | 0 | 13 | ED | 3B | 35 |
| Octal | 101 | 107 | 316 | 104 | 102 | 0 | 23 | 355 | 73 | 65 |
| Binary | 1000001 | 1000111 | 11001110 | 1000100 | 1000010 | 0 | 10011 | 11101101 | 111011 | 110101 |
Color Harmonies of #4147CE
Complementary color
Monochromatic Colors of #4147CE
Black with #4147CE
Text Example
Text Example
White with #4147CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4147CE; }
p { color: rgb(65,71,206); }
H1.HeaderClassName
{
color: #4147CE;
}
.AnyTagClassName
{
color: #4147CE;
}
</style>
background-color css
<style>
a { background-color: #4147CE; }
a { background-color: rgb(65,71,206); }
div.DivClassName
{
background-color: #4147CE;
}
.BgClassName
{
background-color: #4147CE;
}
</style>
border-color css
<style>
span { border-color: #4147CE; }
span { border-color: rgb(65,71,206); }
td.TdClassName
{
border-color: #4147CE;
}
.TagClassName
{
border-color: #4147CE;
}
</style>