Shades of Free Speech Blue #4C46BD
Tints of Free Speech Blue #4C46BD
RGB
CMYK
RGB Variations
Color information
#4C46BD (or 0x4C46BD) is known color: Free Speech Blue. HEX triplet: 4C, 46 and BD. RGB value is (76,70,189). Sum of RGB (Red+Green+Blue) = 76+70+189=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C46BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46BD is #B3B942. Grayscale: #545454. Windows color (decimal): -11778371 or 12404300. OLE color: 12404300.
HSL color Cylindrical-coordinate representation of color #4C46BD: hue angle of 243.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C46BD is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 70 | 189 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.26 |
| HSL | 243.03º | 0.47% | 0.51% | - |
| HSV(B) | 243.03º | 0.63% | 0.74% | - |
| XYZ | 14.36 | 9.59 | 49.24 | - |
| YUV | 85.36 | 186.49 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 189 | 0.60 | 0.63 | 0 | 0.26 | 243.03 | 0.47 | 0.51 |
| Hex | 4C | 46 | BD | 3C | 3F | 0 | 1A | F3 | 2F | 33 |
| Octal | 114 | 106 | 275 | 74 | 77 | 0 | 32 | 363 | 57 | 63 |
| Binary | 1001100 | 1000110 | 10111101 | 111100 | 111111 | 0 | 11010 | 11110011 | 101111 | 110011 |
Color Harmonies of #4C46BD
Complementary color
Monochromatic Colors of #4C46BD
Black with #4C46BD
Text Example
Text Example
White with #4C46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C46BD; }
p { color: rgb(76,70,189); }
H1.HeaderClassName
{
color: #4C46BD;
}
.AnyTagClassName
{
color: #4C46BD;
}
</style>
background-color css
<style>
a { background-color: #4C46BD; }
a { background-color: rgb(76,70,189); }
div.DivClassName
{
background-color: #4C46BD;
}
.BgClassName
{
background-color: #4C46BD;
}
</style>
border-color css
<style>
span { border-color: #4C46BD; }
span { border-color: rgb(76,70,189); }
td.TdClassName
{
border-color: #4C46BD;
}
.TagClassName
{
border-color: #4C46BD;
}
</style>