Shades of Free Speech Blue #4D54DB
Tints of Free Speech Blue #4D54DB
RGB
CMYK
RGB Variations
Color information
#4D54DB (or 0x4D54DB) is known color: Free Speech Blue. HEX triplet: 4D, 54 and DB. RGB value is (77,84,219). Sum of RGB (Red+Green+Blue) = 77+84+219=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D54DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D54DB is #B2AB24. Grayscale: #606060. Windows color (decimal): -11709221 or 14373965. OLE color: 14373965.
HSL color Cylindrical-coordinate representation of color #4D54DB: hue angle of 237.04º 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 #4D54DB is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 84 | 219 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.14 |
| HSL | 237.04º | 0.66% | 0.58% | - |
| HSV(B) | 237.04º | 0.65% | 0.86% | - |
| XYZ | 19.02 | 13.03 | 68.53 | - |
| YUV | 97.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 219 | 0.65 | 0.62 | 0 | 0.14 | 237.04 | 0.66 | 0.58 |
| Hex | 4D | 54 | DB | 41 | 3E | 0 | E | ED | 42 | 3A |
| Octal | 115 | 124 | 333 | 101 | 76 | 0 | 16 | 355 | 102 | 72 |
| Binary | 1001101 | 1010100 | 11011011 | 1000001 | 111110 | 0 | 1110 | 11101101 | 1000010 | 111010 |
Color Harmonies of #4D54DB
Complementary color
Monochromatic Colors of #4D54DB
Black with #4D54DB
Text Example
Text Example
White with #4D54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54DB; }
p { color: rgb(77,84,219); }
H1.HeaderClassName
{
color: #4D54DB;
}
.AnyTagClassName
{
color: #4D54DB;
}
</style>
background-color css
<style>
a { background-color: #4D54DB; }
a { background-color: rgb(77,84,219); }
div.DivClassName
{
background-color: #4D54DB;
}
.BgClassName
{
background-color: #4D54DB;
}
</style>
border-color css
<style>
span { border-color: #4D54DB; }
span { border-color: rgb(77,84,219); }
td.TdClassName
{
border-color: #4D54DB;
}
.TagClassName
{
border-color: #4D54DB;
}
</style>