Shades of Free Speech Blue #4D5CBF
Tints of Free Speech Blue #4D5CBF
RGB
CMYK
RGB Variations
Color information
#4D5CBF (or 0x4D5CBF) is known color: Free Speech Blue. HEX triplet: 4D, 5C and BF. RGB value is (77,92,191). Sum of RGB (Red+Green+Blue) = 77+92+191=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CBF is #B2A340. Grayscale: #626262. Windows color (decimal): -11707201 or 12541005. OLE color: 12541005.
HSL color Cylindrical-coordinate representation of color #4D5CBF: hue angle of 232.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5CBF is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 92 | 191 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.25 |
| HSL | 232.11º | 0.47% | 0.53% | - |
| HSV(B) | 232.11º | 0.6% | 0.75% | - |
| XYZ | 16.29 | 12.99 | 50.94 | - |
| YUV | 98.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 191 | 0.60 | 0.52 | 0 | 0.25 | 232.11 | 0.47 | 0.53 |
| Hex | 4D | 5C | BF | 3C | 34 | 0 | 19 | E8 | 2F | 35 |
| Octal | 115 | 134 | 277 | 74 | 64 | 0 | 31 | 350 | 57 | 65 |
| Binary | 1001101 | 1011100 | 10111111 | 111100 | 110100 | 0 | 11001 | 11101000 | 101111 | 110101 |
Color Harmonies of #4D5CBF
Complementary color
Monochromatic Colors of #4D5CBF
Black with #4D5CBF
Text Example
Text Example
White with #4D5CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5CBF; }
p { color: rgb(77,92,191); }
H1.HeaderClassName
{
color: #4D5CBF;
}
.AnyTagClassName
{
color: #4D5CBF;
}
</style>
background-color css
<style>
a { background-color: #4D5CBF; }
a { background-color: rgb(77,92,191); }
div.DivClassName
{
background-color: #4D5CBF;
}
.BgClassName
{
background-color: #4D5CBF;
}
</style>
border-color css
<style>
span { border-color: #4D5CBF; }
span { border-color: rgb(77,92,191); }
td.TdClassName
{
border-color: #4D5CBF;
}
.TagClassName
{
border-color: #4D5CBF;
}
</style>