Shades of Free Speech Blue #4C4DCB
Tints of Free Speech Blue #4C4DCB
RGB
CMYK
RGB Variations
Color information
#4C4DCB (or 0x4C4DCB) is known color: Free Speech Blue. HEX triplet: 4C, 4D and CB. RGB value is (76,77,203). Sum of RGB (Red+Green+Blue) = 76+77+203=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C4DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4DCB is #B3B234. Grayscale: #5A5A5A. Windows color (decimal): -11776565 or 13323596. OLE color: 13323596.
HSL color Cylindrical-coordinate representation of color #4C4DCB: hue angle of 239.53º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C4DCB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 77 | 203 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.20 |
| HSL | 239.53º | 0.55% | 0.55% | - |
| HSV(B) | 239.53º | 0.63% | 0.8% | - |
| XYZ | 16.41 | 11.16 | 57.79 | - |
| YUV | 91.07 | 191.17 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 203 | 0.63 | 0.62 | 0 | 0.20 | 239.53 | 0.55 | 0.55 |
| Hex | 4C | 4D | CB | 3F | 3E | 0 | 14 | F0 | 37 | 37 |
| Octal | 114 | 115 | 313 | 77 | 76 | 0 | 24 | 360 | 67 | 67 |
| Binary | 1001100 | 1001101 | 11001011 | 111111 | 111110 | 0 | 10100 | 11110000 | 110111 | 110111 |
Color Harmonies of #4C4DCB
Complementary color
Monochromatic Colors of #4C4DCB
Black with #4C4DCB
Text Example
Text Example
White with #4C4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4DCB; }
p { color: rgb(76,77,203); }
H1.HeaderClassName
{
color: #4C4DCB;
}
.AnyTagClassName
{
color: #4C4DCB;
}
</style>
background-color css
<style>
a { background-color: #4C4DCB; }
a { background-color: rgb(76,77,203); }
div.DivClassName
{
background-color: #4C4DCB;
}
.BgClassName
{
background-color: #4C4DCB;
}
</style>
border-color css
<style>
span { border-color: #4C4DCB; }
span { border-color: rgb(76,77,203); }
td.TdClassName
{
border-color: #4C4DCB;
}
.TagClassName
{
border-color: #4C4DCB;
}
</style>