Shades of Free Speech Blue #4D55DB
Tints of Free Speech Blue #4D55DB
RGB
CMYK
RGB Variations
Color information
#4D55DB (or 0x4D55DB) is known color: Free Speech Blue. HEX triplet: 4D, 55 and DB. RGB value is (77,85,219). Sum of RGB (Red+Green+Blue) = 77+85+219=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D55DB is #B2AA24. Grayscale: #616161. Windows color (decimal): -11708965 or 14374221. OLE color: 14374221.
HSL color Cylindrical-coordinate representation of color #4D55DB: hue angle of 236.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D55DB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 85 | 219 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.14 |
| HSL | 236.62º | 0.66% | 0.58% | - |
| HSV(B) | 236.62º | 0.65% | 0.86% | - |
| XYZ | 19.1 | 13.19 | 68.56 | - |
| YUV | 97.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 219 | 0.65 | 0.61 | 0 | 0.14 | 236.62 | 0.66 | 0.58 |
| Hex | 4D | 55 | DB | 41 | 3D | 0 | E | ED | 42 | 3A |
| Octal | 115 | 125 | 333 | 101 | 75 | 0 | 16 | 355 | 102 | 72 |
| Binary | 1001101 | 1010101 | 11011011 | 1000001 | 111101 | 0 | 1110 | 11101101 | 1000010 | 111010 |
Color Harmonies of #4D55DB
Complementary color
Monochromatic Colors of #4D55DB
Black with #4D55DB
Text Example
Text Example
White with #4D55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55DB; }
p { color: rgb(77,85,219); }
H1.HeaderClassName
{
color: #4D55DB;
}
.AnyTagClassName
{
color: #4D55DB;
}
</style>
background-color css
<style>
a { background-color: #4D55DB; }
a { background-color: rgb(77,85,219); }
div.DivClassName
{
background-color: #4D55DB;
}
.BgClassName
{
background-color: #4D55DB;
}
</style>
border-color css
<style>
span { border-color: #4D55DB; }
span { border-color: rgb(77,85,219); }
td.TdClassName
{
border-color: #4D55DB;
}
.TagClassName
{
border-color: #4D55DB;
}
</style>