Shades of Free Speech Blue #4C5DCB
Tints of Free Speech Blue #4C5DCB
RGB
CMYK
RGB Variations
Color information
#4C5DCB (or 0x4C5DCB) is known color: Free Speech Blue. HEX triplet: 4C, 5D and CB. RGB value is (76,93,203). Sum of RGB (Red+Green+Blue) = 76+93+203=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C5DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DCB is #B3A234. Grayscale: #646464. Windows color (decimal): -11772469 or 13327692. OLE color: 13327692.
HSL color Cylindrical-coordinate representation of color #4C5DCB: hue angle of 231.97º 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 #4C5DCB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 93 | 203 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.20 |
| HSL | 231.97º | 0.55% | 0.55% | - |
| HSV(B) | 231.97º | 0.63% | 0.8% | - |
| XYZ | 17.67 | 13.68 | 58.21 | - |
| YUV | 100.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 203 | 0.63 | 0.54 | 0 | 0.20 | 231.97 | 0.55 | 0.55 |
| Hex | 4C | 5D | CB | 3F | 36 | 0 | 14 | E8 | 37 | 37 |
| Octal | 114 | 135 | 313 | 77 | 66 | 0 | 24 | 350 | 67 | 67 |
| Binary | 1001100 | 1011101 | 11001011 | 111111 | 110110 | 0 | 10100 | 11101000 | 110111 | 110111 |
Color Harmonies of #4C5DCB
Complementary color
Monochromatic Colors of #4C5DCB
Black with #4C5DCB
Text Example
Text Example
White with #4C5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5DCB; }
p { color: rgb(76,93,203); }
H1.HeaderClassName
{
color: #4C5DCB;
}
.AnyTagClassName
{
color: #4C5DCB;
}
</style>
background-color css
<style>
a { background-color: #4C5DCB; }
a { background-color: rgb(76,93,203); }
div.DivClassName
{
background-color: #4C5DCB;
}
.BgClassName
{
background-color: #4C5DCB;
}
</style>
border-color css
<style>
span { border-color: #4C5DCB; }
span { border-color: rgb(76,93,203); }
td.TdClassName
{
border-color: #4C5DCB;
}
.TagClassName
{
border-color: #4C5DCB;
}
</style>