Shades of Free Speech Blue #4C46CE
Tints of Free Speech Blue #4C46CE
RGB
CMYK
RGB Variations
Color information
#4C46CE (or 0x4C46CE) is known color: Free Speech Blue. HEX triplet: 4C, 46 and CE. RGB value is (76,70,206). Sum of RGB (Red+Green+Blue) = 76+70+206=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C46CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46CE is #B3B931. Grayscale: #565656. Windows color (decimal): -11778354 or 13518412. OLE color: 13518412.
HSL color Cylindrical-coordinate representation of color #4C46CE: hue angle of 242.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C46CE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 70 | 206 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.19 |
| HSL | 242.65º | 0.58% | 0.54% | - |
| HSV(B) | 242.65º | 0.66% | 0.81% | - |
| XYZ | 16.31 | 10.37 | 59.54 | - |
| YUV | 87.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 206 | 0.63 | 0.66 | 0 | 0.19 | 242.65 | 0.58 | 0.54 |
| Hex | 4C | 46 | CE | 3F | 42 | 0 | 13 | F3 | 3A | 36 |
| Octal | 114 | 106 | 316 | 77 | 102 | 0 | 23 | 363 | 72 | 66 |
| Binary | 1001100 | 1000110 | 11001110 | 111111 | 1000010 | 0 | 10011 | 11110011 | 111010 | 110110 |
Color Harmonies of #4C46CE
Complementary color
Monochromatic Colors of #4C46CE
Black with #4C46CE
Text Example
Text Example
White with #4C46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C46CE; }
p { color: rgb(76,70,206); }
H1.HeaderClassName
{
color: #4C46CE;
}
.AnyTagClassName
{
color: #4C46CE;
}
</style>
background-color css
<style>
a { background-color: #4C46CE; }
a { background-color: rgb(76,70,206); }
div.DivClassName
{
background-color: #4C46CE;
}
.BgClassName
{
background-color: #4C46CE;
}
</style>
border-color css
<style>
span { border-color: #4C46CE; }
span { border-color: rgb(76,70,206); }
td.TdClassName
{
border-color: #4C46CE;
}
.TagClassName
{
border-color: #4C46CE;
}
</style>