Shades of Free Speech Blue #4C67BD
Tints of Free Speech Blue #4C67BD
RGB
CMYK
RGB Variations
Color information
#4C67BD (or 0x4C67BD) is known color: Free Speech Blue. HEX triplet: 4C, 67 and BD. RGB value is (76,103,189). Sum of RGB (Red+Green+Blue) = 76+103+189=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C67BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C67BD is #B39842. Grayscale: #686868. Windows color (decimal): -11769923 or 12412748. OLE color: 12412748.
HSL color Cylindrical-coordinate representation of color #4C67BD: hue angle of 225.66º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C67BD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 103 | 189 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.26 |
| HSL | 225.66º | 0.46% | 0.52% | - |
| HSV(B) | 225.66º | 0.6% | 0.74% | - |
| XYZ | 17.02 | 14.91 | 50.13 | - |
| YUV | 104.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 189 | 0.60 | 0.46 | 0 | 0.26 | 225.66 | 0.46 | 0.52 |
| Hex | 4C | 67 | BD | 3C | 2E | 0 | 1A | E2 | 2E | 34 |
| Octal | 114 | 147 | 275 | 74 | 56 | 0 | 32 | 342 | 56 | 64 |
| Binary | 1001100 | 1100111 | 10111101 | 111100 | 101110 | 0 | 11010 | 11100010 | 101110 | 110100 |
Color Harmonies of #4C67BD
Complementary color
Monochromatic Colors of #4C67BD
Black with #4C67BD
Text Example
Text Example
White with #4C67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C67BD; }
p { color: rgb(76,103,189); }
H1.HeaderClassName
{
color: #4C67BD;
}
.AnyTagClassName
{
color: #4C67BD;
}
</style>
background-color css
<style>
a { background-color: #4C67BD; }
a { background-color: rgb(76,103,189); }
div.DivClassName
{
background-color: #4C67BD;
}
.BgClassName
{
background-color: #4C67BD;
}
</style>
border-color css
<style>
span { border-color: #4C67BD; }
span { border-color: rgb(76,103,189); }
td.TdClassName
{
border-color: #4C67BD;
}
.TagClassName
{
border-color: #4C67BD;
}
</style>