Shades of Free Speech Blue #4C3EBD
Tints of Free Speech Blue #4C3EBD
RGB
CMYK
RGB Variations
Color information
#4C3EBD (or 0x4C3EBD) is known color: Free Speech Blue. HEX triplet: 4C, 3E and BD. RGB value is (76,62,189). Sum of RGB (Red+Green+Blue) = 76+62+189=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C3EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3EBD is #B3C142. Grayscale: #505050. Windows color (decimal): -11780419 or 12402252. OLE color: 12402252.
HSL color Cylindrical-coordinate representation of color #4C3EBD: hue angle of 246.61º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C3EBD is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 62 | 189 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.26 |
| HSL | 246.61º | 0.51% | 0.49% | - |
| HSV(B) | 246.61º | 0.67% | 0.74% | - |
| XYZ | 13.89 | 8.66 | 49.08 | - |
| YUV | 80.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 189 | 0.60 | 0.67 | 0 | 0.26 | 246.61 | 0.51 | 0.49 |
| Hex | 4C | 3E | BD | 3C | 43 | 0 | 1A | F7 | 33 | 31 |
| Octal | 114 | 76 | 275 | 74 | 103 | 0 | 32 | 367 | 63 | 61 |
| Binary | 1001100 | 111110 | 10111101 | 111100 | 1000011 | 0 | 11010 | 11110111 | 110011 | 110001 |
Color Harmonies of #4C3EBD
Complementary color
Monochromatic Colors of #4C3EBD
Black with #4C3EBD
Text Example
Text Example
White with #4C3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3EBD; }
p { color: rgb(76,62,189); }
H1.HeaderClassName
{
color: #4C3EBD;
}
.AnyTagClassName
{
color: #4C3EBD;
}
</style>
background-color css
<style>
a { background-color: #4C3EBD; }
a { background-color: rgb(76,62,189); }
div.DivClassName
{
background-color: #4C3EBD;
}
.BgClassName
{
background-color: #4C3EBD;
}
</style>
border-color css
<style>
span { border-color: #4C3EBD; }
span { border-color: rgb(76,62,189); }
td.TdClassName
{
border-color: #4C3EBD;
}
.TagClassName
{
border-color: #4C3EBD;
}
</style>