Shades of Free Speech Blue #4D48CF
Tints of Free Speech Blue #4D48CF
RGB
CMYK
RGB Variations
Color information
#4D48CF (or 0x4D48CF) is known color: Free Speech Blue. HEX triplet: 4D, 48 and CF. RGB value is (77,72,207). Sum of RGB (Red+Green+Blue) = 77+72+207=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D48CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48CF is #B2B730. Grayscale: #585858. Windows color (decimal): -11712305 or 13584461. OLE color: 13584461.
HSL color Cylindrical-coordinate representation of color #4D48CF: hue angle of 242.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D48CF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 72 | 207 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.19 |
| HSL | 242.22º | 0.58% | 0.55% | - |
| HSV(B) | 242.22º | 0.65% | 0.81% | - |
| XYZ | 16.64 | 10.72 | 60.22 | - |
| YUV | 88.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 207 | 0.63 | 0.65 | 0 | 0.19 | 242.22 | 0.58 | 0.55 |
| Hex | 4D | 48 | CF | 3F | 41 | 0 | 13 | F2 | 3A | 37 |
| Octal | 115 | 110 | 317 | 77 | 101 | 0 | 23 | 362 | 72 | 67 |
| Binary | 1001101 | 1001000 | 11001111 | 111111 | 1000001 | 0 | 10011 | 11110010 | 111010 | 110111 |
Color Harmonies of #4D48CF
Complementary color
Monochromatic Colors of #4D48CF
Black with #4D48CF
Text Example
Text Example
White with #4D48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48CF; }
p { color: rgb(77,72,207); }
H1.HeaderClassName
{
color: #4D48CF;
}
.AnyTagClassName
{
color: #4D48CF;
}
</style>
background-color css
<style>
a { background-color: #4D48CF; }
a { background-color: rgb(77,72,207); }
div.DivClassName
{
background-color: #4D48CF;
}
.BgClassName
{
background-color: #4D48CF;
}
</style>
border-color css
<style>
span { border-color: #4D48CF; }
span { border-color: rgb(77,72,207); }
td.TdClassName
{
border-color: #4D48CF;
}
.TagClassName
{
border-color: #4D48CF;
}
</style>