Shades of Free Speech Blue #4D48BD
Tints of Free Speech Blue #4D48BD
RGB
CMYK
RGB Variations
Color information
#4D48BD (or 0x4D48BD) is known color: Free Speech Blue. HEX triplet: 4D, 48 and BD. RGB value is (77,72,189). Sum of RGB (Red+Green+Blue) = 77+72+189=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D48BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48BD is #B2B742. Grayscale: #565656. Windows color (decimal): -11712323 or 12404813. OLE color: 12404813.
HSL color Cylindrical-coordinate representation of color #4D48BD: hue angle of 242.56º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D48BD is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 72 | 189 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.26 |
| HSL | 242.56º | 0.47% | 0.51% | - |
| HSV(B) | 242.56º | 0.62% | 0.74% | - |
| XYZ | 14.56 | 9.89 | 49.28 | - |
| YUV | 86.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 189 | 0.59 | 0.62 | 0 | 0.26 | 242.56 | 0.47 | 0.51 |
| Hex | 4D | 48 | BD | 3B | 3E | 0 | 1A | F3 | 2F | 33 |
| Octal | 115 | 110 | 275 | 73 | 76 | 0 | 32 | 363 | 57 | 63 |
| Binary | 1001101 | 1001000 | 10111101 | 111011 | 111110 | 0 | 11010 | 11110011 | 101111 | 110011 |
Color Harmonies of #4D48BD
Complementary color
Monochromatic Colors of #4D48BD
Black with #4D48BD
Text Example
Text Example
White with #4D48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48BD; }
p { color: rgb(77,72,189); }
H1.HeaderClassName
{
color: #4D48BD;
}
.AnyTagClassName
{
color: #4D48BD;
}
</style>
background-color css
<style>
a { background-color: #4D48BD; }
a { background-color: rgb(77,72,189); }
div.DivClassName
{
background-color: #4D48BD;
}
.BgClassName
{
background-color: #4D48BD;
}
</style>
border-color css
<style>
span { border-color: #4D48BD; }
span { border-color: rgb(77,72,189); }
td.TdClassName
{
border-color: #4D48BD;
}
.TagClassName
{
border-color: #4D48BD;
}
</style>